bump version
This commit is contained in:
parent
faf49fc3ac
commit
0aa252e2b0
3 changed files with 10 additions and 8 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue