Version 0.7.0, Rev4001

This commit is contained in:
shortcutme 2019-03-16 03:53:37 +01:00
parent 9235ecfe7b
commit c7b4e28f82
No known key found for this signature in database
GPG Key ID: 5B63BAE6CB9613AE
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ import stat
class Config(object):
def __init__(self, argv):
self.version = "0.6.5"
self.rev = 3853
self.version = "0.7.0"
self.rev = 4001
self.argv = argv
self.action = None
self.pending_changes = {}