From 87d0085e7306e6e9c163e69cbcdcd084fc904630 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Mon, 4 Mar 2013 23:45:30 +0800 Subject: [PATCH] bump version --- local.py | 2 +- server.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/local.py b/local.py index fc56d45..1d73927 100755 --- a/local.py +++ b/local.py @@ -154,7 +154,7 @@ if __name__ == '__main__': import json os.chdir(os.path.dirname(__file__) or '.') - print 'shadowsocks v0.9.3' + print 'shadowsocks v0.9.4' with open('config.json', 'rb') as f: config = json.load(f) diff --git a/server.py b/server.py index 35a5b0b..4f40fd7 100755 --- a/server.py +++ b/server.py @@ -125,7 +125,7 @@ class Socks5Server(SocketServer.StreamRequestHandler): if __name__ == '__main__': os.chdir(os.path.dirname(__file__) or '.') - print 'shadowsocks v0.9.3' + print 'shadowsocks v0.9.4' with open('config.json', 'rb') as f: config = json.load(f)