[tor-commits] [obfs4/main] Bump the version to 0.0.13-dev

cohosh at torproject.org cohosh at torproject.org
Mon Jan 24 15:21:17 UTC 2022


commit cbf3f3cfa09cf48c42aebd1b96fd7952f1ddb25d
Author: Yawning Angel <yawning at schwanenlied.me>
Date:   Sun Jan 2 01:22:52 2022 +0000

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

diff --git a/ChangeLog b/ChangeLog
index fca34df..dc7a357 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+Changes in version 0.0.13 - UNRELEASED:
+
 Changes in version 0.0.12 - 2021-12-31:
  - Fix the long standing distinguishers associated with agl's Elligator2
    implementation (Thanks to Loup Vaillant).
diff --git a/obfs4proxy/obfs4proxy.go b/obfs4proxy/obfs4proxy.go
index c4982ce..628f56b 100644
--- a/obfs4proxy/obfs4proxy.go
+++ b/obfs4proxy/obfs4proxy.go
@@ -50,7 +50,7 @@ import (
 )
 
 const (
-	obfs4proxyVersion = "0.0.12"
+	obfs4proxyVersion = "0.0.13-dev"
 	obfs4proxyLogFile = "obfs4proxy.log"
 	socksAddr         = "127.0.0.1:0"
 )



More information about the tor-commits mailing list