summaryrefslogtreecommitdiff
path: root/obfs4proxy
diff options
context:
space:
mode:
authorYawning Angel <yawning@torproject.org>2016-01-25 14:14:30 +0000
committerYawning Angel <yawning@torproject.org>2016-01-25 14:14:30 +0000
commit896a98c427180a34b658277fa40c41823b9ef5c1 (patch)
tree4709213b002fb49499678080eccbee9cad6530cb /obfs4proxy
parent2cbefcfcd23d457cff742e4941cb705604d53ce5 (diff)
Do the release ritual for obfs4proxy-0.0.6.
Diffstat (limited to 'obfs4proxy')
-rw-r--r--obfs4proxy/obfs4proxy.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/obfs4proxy/obfs4proxy.go b/obfs4proxy/obfs4proxy.go
index 5c23ba2..8e35841 100644
--- a/obfs4proxy/obfs4proxy.go
+++ b/obfs4proxy/obfs4proxy.go
@@ -51,7 +51,7 @@ import (
)
const (
- obfs4proxyVersion = "0.0.6-dev"
+ obfs4proxyVersion = "0.0.6"
obfs4proxyLogFile = "obfs4proxy.log"
socksAddr = "127.0.0.1:0"
)