Skip to content

Commit

Permalink
Fix version to allow db upgrade to 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalec committed Oct 17, 2021
1 parent b4fc573 commit ecdf36c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deemon/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env python3
from deemon.utils import startup

__version__ = '2.4.1'
__dbversion__ = '3.2'
__version__ = '2.4.2'
__dbversion__ = '3.3'

appdata = startup.get_appdata_dir()
startup.init_appdata_dir(appdata)

0 comments on commit ecdf36c

Please sign in to comment.