Commit b5a9f3c5 authored by Yawning Angel's avatar Yawning Angel
Browse files

Do the release ritual for obfs4proxy-0.0.11

parent 81886128
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
Changes in version 0.0.11 - 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
   uniform.  Thanks to Sergey Frolov for assistance.
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ import (
)

const (
	obfs4proxyVersion = "0.0.11-dev"
	obfs4proxyVersion = "0.0.11"
	obfs4proxyLogFile = "obfs4proxy.log"
	socksAddr         = "127.0.0.1:0"
)