summaryrefslogtreecommitdiff
path: root/obfs4proxy
diff options
context:
space:
mode:
authorYawning Angel <yawning@torproject.org>2015-02-17 11:45:41 +0000
committerYawning Angel <yawning@torproject.org>2015-02-17 11:45:41 +0000
commit714581df514c74199c47451a2bc3a51cb34ccabd (patch)
tree82d39e4094225b1cb8638c77921cc897e7241867 /obfs4proxy
parent0066cfc3932c50323fa596981f18ef5b0e862742 (diff)
Do the release ritual for obfs4proxy-0.0.4.
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 5c93053..da8f011 100644
--- a/obfs4proxy/obfs4proxy.go
+++ b/obfs4proxy/obfs4proxy.go
@@ -51,7 +51,7 @@ import (
)
const (
- obfs4proxyVersion = "0.0.3"
+ obfs4proxyVersion = "0.0.4"
obfs4proxyLogFile = "obfs4proxy.log"
socksAddr = "127.0.0.1:0"
elidedAddr = "[scrubbed]"