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

yawning at torproject.org yawning at torproject.org
Mon May 20 04:44:09 UTC 2019


commit 9a12019f5ab982625fd510c549c9486ddda255b4
Author: Yawning Angel <yawning at schwanenlied.me>
Date:   Mon May 20 04:43:46 2019 +0000

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

diff --git a/ChangeLog b/ChangeLog
index 068055a..d4f1ee0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+Changes in version 0.0.11 - UNRELEASED:
+
 Changes in version 0.0.10 - 2019-04-12:
  - Disable behavior distinctive to crypto/tls when using utls.
  - Bump the version of the utls fork.
diff --git a/obfs4proxy/obfs4proxy.go b/obfs4proxy/obfs4proxy.go
index 484955b..c899928 100644
--- a/obfs4proxy/obfs4proxy.go
+++ b/obfs4proxy/obfs4proxy.go
@@ -50,7 +50,7 @@ import (
 )
 
 const (
-	obfs4proxyVersion = "0.0.10"
+	obfs4proxyVersion = "0.0.11-dev"
 	obfs4proxyLogFile = "obfs4proxy.log"
 	socksAddr         = "127.0.0.1:0"
 )



More information about the tor-commits mailing list