Skip to content

Commit

Permalink
version 0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Sep 18, 2023
1 parent 9a0140c commit ef8e3b1
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 @@ -22,7 +22,7 @@ class Version(NamedTuple):

appname: str = 'kitty'
kitty_face = '🐱'
version: Version = Version(0, 29, 2)
version: Version = Version(0, 30, 0)
str_version: str = '.'.join(map(str, version))
_plat = sys.platform.lower()
is_macos: bool = 'darwin' in _plat
Expand Down

0 comments on commit ef8e3b1

Please sign in to comment.