Skip to content

Commit

Permalink
v0.8.0(4600)
Browse files Browse the repository at this point in the history
  • Loading branch information
canewsin authored Sep 30, 2022
1 parent 966f671 commit fd85798
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 @@ -13,8 +13,8 @@
class Config(object):

def __init__(self, argv):
self.version = "0.8.0"
self.rev = 4591
self.version = "0.8.1"
self.rev = 4600
self.argv = argv
self.action = None
self.test_parser = None
Expand Down

0 comments on commit fd85798

Please sign in to comment.