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

yawning at torproject.org yawning at torproject.org
Tue Feb 5 14:32:01 UTC 2019


commit 2ff57980e295516fa728ec76bc8fe44bcc002d38
Author: Yawning Angel <yawning at schwanenlied.me>
Date:   Tue Feb 5 14:31:39 2019 +0000

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

diff --git a/ChangeLog b/ChangeLog
index 0c3cd51..9b5ee5c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+Changes in version 0.0.10 - UNRELEASED:
+
 Changes in version 0.0.9 - 2019-02-05:
  - Various meek_lite code cleanups and bug fixes.
  - Bug 29077: uTLS for ClientHello camouflage (meek_lite).
diff --git a/obfs4proxy/obfs4proxy.go b/obfs4proxy/obfs4proxy.go
index 82dc456..014f873 100644
--- a/obfs4proxy/obfs4proxy.go
+++ b/obfs4proxy/obfs4proxy.go
@@ -50,7 +50,7 @@ import (
 )
 
 const (
-	obfs4proxyVersion = "0.0.9"
+	obfs4proxyVersion = "0.0.10-dev"
 	obfs4proxyLogFile = "obfs4proxy.log"
 	socksAddr         = "127.0.0.1:0"
 )



More information about the tor-commits mailing list