Skip to content

Commit

Permalink
Version 0.6.4, Rev3670
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcutme committed Oct 20, 2018
1 parent b97acb3 commit 82a10f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Config.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
class Config(object):

def __init__(self, argv):
self.version = "0.6.3"
self.rev = 3660
self.version = "0.6.4"
self.rev = 3670
self.argv = argv
self.action = None
self.pending_changes = {}
Expand Down

0 comments on commit 82a10f2

Please sign in to comment.