Skip to content

Commit

Permalink
bump version to 2.9.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalec committed Jan 17, 2022
1 parent a5cc7d4 commit b7a0448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deemon/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
from deemon.utils import startup

__version__ = '2.8.2'
__version__ = '2.9.0-beta2'
__dbversion__ = '3.6'

appdata = startup.get_appdata_dir()
Expand Down

0 comments on commit b7a0448

Please sign in to comment.