diff options
author | Yawning Angel <yawning@torproject.org> | 2016-01-25 14:40:14 +0000 |
---|---|---|
committer | Yawning Angel <yawning@torproject.org> | 2016-01-25 14:40:14 +0000 |
commit | 1df5c8ffe8f4aa2614323698e8008f1ab1fb7a18 (patch) | |
tree | 566d2b4eda9703ef796b8c895483dae3e315559d | |
parent | 896a98c427180a34b658277fa40c41823b9ef5c1 (diff) |
Bump the version to 0.0.7-dev, signifying development towards 0.0.7.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | obfs4proxy/obfs4proxy.go | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Changes in version 0.0.7 - UNRELEASED: + Changes in version 0.0.6 - 2016-01-25: - Delay transport factory initialization till after logging has been initialized. diff --git a/obfs4proxy/obfs4proxy.go b/obfs4proxy/obfs4proxy.go index 8e35841..f66f7c0 100644 --- a/obfs4proxy/obfs4proxy.go +++ b/obfs4proxy/obfs4proxy.go @@ -51,7 +51,7 @@ import ( ) const ( - obfs4proxyVersion = "0.0.6" + obfs4proxyVersion = "0.0.7-dev" obfs4proxyLogFile = "obfs4proxy.log" socksAddr = "127.0.0.1:0" ) |