Bump version
This commit is contained in:
parent
0f3a489415
commit
a334eefdf7
1 changed files with 2 additions and 2 deletions
|
@ -12,10 +12,10 @@ import time
|
||||||
class Config(object):
|
class Config(object):
|
||||||
|
|
||||||
def __init__(self, argv):
|
def __init__(self, argv):
|
||||||
self.version = "0.7.10"
|
self.version = "0.7.10+"
|
||||||
self.user_agent = "conservancy"
|
self.user_agent = "conservancy"
|
||||||
# DEPRECATED ; replace with git-generated commit
|
# DEPRECATED ; replace with git-generated commit
|
||||||
self.rev = 5120
|
self.rev = 5121
|
||||||
self.user_agent_rev = 8192
|
self.user_agent_rev = 8192
|
||||||
self.argv = argv
|
self.argv = argv
|
||||||
self.action = None
|
self.action = None
|
||||||
|
|
Loading…
Reference in a new issue