summaryrefslogtreecommitdiff
path: root/obfs4proxy/obfs4proxy.go
diff options
context:
space:
mode:
authorYawning Angel <yawning@torproject.org>2015-04-15 20:54:07 +0000
committerYawning Angel <yawning@torproject.org>2015-04-15 20:54:07 +0000
commit3540313e53fc851c833d98281fd64c8fd32effeb (patch)
tree3c14c0e35f3ee2ea36982198037f59a8c96f43ee /obfs4proxy/obfs4proxy.go
parenta8d7134f1097bd50803da0e2a86c07524e433b51 (diff)
Do the release ritual for obfs4proxy-0.0.5.
Diffstat (limited to 'obfs4proxy/obfs4proxy.go')
-rw-r--r--obfs4proxy/obfs4proxy.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/obfs4proxy/obfs4proxy.go b/obfs4proxy/obfs4proxy.go
index 33fbce7..5d13b32 100644
--- a/obfs4proxy/obfs4proxy.go
+++ b/obfs4proxy/obfs4proxy.go
@@ -51,7 +51,7 @@ import (
)
const (
- obfs4proxyVersion = "0.0.4"
+ obfs4proxyVersion = "0.0.5"
obfs4proxyLogFile = "obfs4proxy.log"
socksAddr = "127.0.0.1:0"
)