[tor-commits] [obfs4/master] Bump the version to 0.0.12-dev

yawning at torproject.org yawning at torproject.org
Fri Jun 21 00:24:25 UTC 2019


commit c357dd56dfa63add9eca7ed9d7de11c69c2a66f1
Author: Yawning Angel <yawning at schwanenlied.me>
Date:   Fri Jun 21 00:23:47 2019 +0000

    Bump the version to 0.0.12-dev
---
 ChangeLog                | 2 ++
 obfs4proxy/obfs4proxy.go | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 5f3732b..fb2372f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+Changes in version 0.0.12 - UNRELEASED:
+
 Changes in version 0.0.11 - 2019-06-21:
  - Update my e-mail address.
  - Change the obfs4 behavior for handling handshake failure to be more
diff --git a/obfs4proxy/obfs4proxy.go b/obfs4proxy/obfs4proxy.go
index bac1ad1..1dd00b2 100644
--- a/obfs4proxy/obfs4proxy.go
+++ b/obfs4proxy/obfs4proxy.go
@@ -50,7 +50,7 @@ import (
 )
 
 const (
-	obfs4proxyVersion = "0.0.11"
+	obfs4proxyVersion = "0.0.12-dev"
 	obfs4proxyLogFile = "obfs4proxy.log"
 	socksAddr         = "127.0.0.1:0"
 )



More information about the tor-commits mailing list