bump version
This commit is contained in:
@ -2,7 +2,7 @@ shadowsocks
|
||||
===========
|
||||
|
||||
[](https://travis-ci.org/clowwindy/shadowsocks)
|
||||
Current version: 0.9.4
|
||||
Current version: 1.0
|
||||
|
||||
shadowsocks is a lightweight tunnel proxy which can help you get through firewalls
|
||||
|
||||
|
2
local.py
2
local.py
@ -155,7 +155,7 @@ class Socks5Server(SocketServer.StreamRequestHandler):
|
||||
|
||||
if __name__ == '__main__':
|
||||
os.chdir(os.path.dirname(__file__) or '.')
|
||||
print 'shadowsocks v0.9.4'
|
||||
print 'shadowsocks v1.0'
|
||||
|
||||
with open('config.json', 'rb') as f:
|
||||
config = json.load(f)
|
||||
|
Reference in New Issue
Block a user