update version
This commit is contained in:
parent
d24c3f964b
commit
79fa081e19
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ shadowsocks
|
|||
===========
|
||||
|
||||
[![Build Status](https://travis-ci.org/clowwindy/shadowsocks.png)](https://travis-ci.org/clowwindy/shadowsocks)
|
||||
Current version: 0.9.2
|
||||
Current version: 0.9.3
|
||||
|
||||
shadowsocks is a lightweight tunnel proxy which can help you get through firewalls
|
||||
|
||||
|
|
2
local.py
2
local.py
|
@ -148,7 +148,7 @@ class Socks5Server(SocketServer.StreamRequestHandler):
|
|||
|
||||
if __name__ == '__main__':
|
||||
os.chdir(os.path.dirname(__file__) or '.')
|
||||
print 'shadowsocks v0.9.2'
|
||||
print 'shadowsocks v0.9.3'
|
||||
|
||||
with open('config.json', 'rb') as f:
|
||||
config = json.load(f)
|
||||
|
|
|
@ -125,7 +125,7 @@ class Socks5Server(SocketServer.StreamRequestHandler):
|
|||
if __name__ == '__main__':
|
||||
os.chdir(os.path.dirname(__file__) or '.')
|
||||
|
||||
print 'shadowsocks v0.9.2'
|
||||
print 'shadowsocks v0.9.3'
|
||||
|
||||
with open('config.json', 'rb') as f:
|
||||
config = json.load(f)
|
||||
|
|
Loading…
Reference in a new issue