summaryrefslogtreecommitdiff
path: root/obfs4proxy/obfs4proxy.go
diff options
context:
space:
mode:
authorYawning Angel <yawning@torproject.org>2015-04-23 00:32:25 +0000
committerYawning Angel <yawning@torproject.org>2015-04-23 00:32:25 +0000
commit37a709d8b4fec837c0c88c495e7ea926953d974f (patch)
tree0f2f53fc139eb10dc7cc33041d3818207eef9647 /obfs4proxy/obfs4proxy.go
parent3540313e53fc851c833d98281fd64c8fd32effeb (diff)
Bump the version to 0.0.6-dev, signifying development towards 0.0.6.
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 5d13b32..5f7f171 100644
--- a/obfs4proxy/obfs4proxy.go
+++ b/obfs4proxy/obfs4proxy.go
@@ -51,7 +51,7 @@ import (
)
const (
- obfs4proxyVersion = "0.0.5"
+ obfs4proxyVersion = "0.0.6-dev"
obfs4proxyLogFile = "obfs4proxy.log"
socksAddr = "127.0.0.1:0"
)