Version 0.5.1, Rev1750

This commit is contained in:
shortcutme 2016-11-18 20:15:51 +01:00
parent 00e8d7af3b
commit d65d5eb45c

View file

@ -8,8 +8,8 @@ import ConfigParser
class Config(object):
def __init__(self, argv):
self.version = "0.5.0"
self.rev = 1714
self.version = "0.5.1"
self.rev = 1750
self.argv = argv
self.action = None
self.config_file = "zeronet.conf"