diff options
author | Yawning Angel <yawning@torproject.org> | 2014-10-01 19:29:22 +0000 |
---|---|---|
committer | Yawning Angel <yawning@torproject.org> | 2014-10-01 19:29:22 +0000 |
commit | fc00015ee266eed17703be114543eecdde7bc818 (patch) | |
tree | 9ab9c88730ec03fc1d899f5d91c80017007d6886 /obfs4proxy | |
parent | 6cd81ec42f203585c59e610dc16728cb0a5d1455 (diff) |
Do the release ritual for obfs4proxy-0.0.3.
Diffstat (limited to 'obfs4proxy')
-rw-r--r-- | obfs4proxy/obfs4proxy.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/obfs4proxy/obfs4proxy.go b/obfs4proxy/obfs4proxy.go index 20ad89a..5c93053 100644 --- a/obfs4proxy/obfs4proxy.go +++ b/obfs4proxy/obfs4proxy.go @@ -51,7 +51,7 @@ import ( ) const ( - obfs4proxyVersion = "0.0.2" + obfs4proxyVersion = "0.0.3" obfs4proxyLogFile = "obfs4proxy.log" socksAddr = "127.0.0.1:0" elidedAddr = "[scrubbed]" |