Skip to content

Commit

Permalink
0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed May 26, 2017
1 parent e9b5963 commit 8047743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kitty/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
GLFW_KEY_LEFT_SUPER, GLFW_KEY_RIGHT_SUPER)

appname = 'kitty'
version = (0, 2, 4)
version = (0, 2, 5)
str_version = '.'.join(map(str, version))
_plat = sys.platform.lower()
isosx = 'darwin' in _plat
Expand Down

0 comments on commit 8047743

Please sign in to comment.