Skip to content

Commit

Permalink
v0.8.2(4610)
Browse files Browse the repository at this point in the history
  • Loading branch information
canewsin committed Nov 1, 2022
1 parent ad95eed commit 0731787
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.1-patch"
self.rev = 4601
self.version = "0.8.2"
self.rev = 4610
self.argv = argv
self.action = None
self.test_parser = None
Expand Down

0 comments on commit 0731787

Please sign in to comment.