bump version

This commit is contained in:
clowwindy 2013-05-21 16:52:22 +08:00
parent faf49fc3ac
commit 0aa252e2b0
3 changed files with 10 additions and 8 deletions

View file

@ -122,7 +122,7 @@ class Socks5Server(SocketServer.StreamRequestHandler):
if __name__ == '__main__':
os.chdir(os.path.dirname(__file__) or '.')
print 'shadowsocks v1.1'
print 'shadowsocks v1.1.1'
with open('config.json', 'rb') as f:
config = json.load(f)