Skip to content

Commit

Permalink
Bump version to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork committed Apr 10, 2022
1 parent 6eeaec5 commit 68861e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grub2_theme_preview/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (C) 2015 Sebastian Pipping <[email protected]>
# Licensed under GPL v2 or later

_VERSION = (2, 5, 0)
_VERSION = (2, 6, 0)
VERSION_STR = '.'.join([str(e) for e in _VERSION])

0 comments on commit 68861e5

Please sign in to comment.