Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
caryoscelus committed Jul 18, 2023
1 parent 1f19ab6 commit 8b7d7d5
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 @@ -184,10 +184,10 @@
class Config(object):

def __init__(self, argv):
self.version = "0.7.9"
self.version = "0.7.9+"
self.user_agent = "conservancy"
# DEPRECATED ; replace with git-generated commit
self.rev = 5100
self.rev = 5110
self.user_agent_rev = 8192
self.argv = argv
self.action = None
Expand Down

0 comments on commit 8b7d7d5

Please sign in to comment.