Commit 2ff57980 authored by Yawning Angel's avatar Yawning Angel
Browse files

Bump the version to 0.0.10-dev

parent 8a19b4fc
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
Changes in version 0.0.10 - UNRELEASED:

Changes in version 0.0.9 - 2019-02-05:
Changes in version 0.0.9 - 2019-02-05:
 - Various meek_lite code cleanups and bug fixes.
 - Various meek_lite code cleanups and bug fixes.
 - Bug 29077: uTLS for ClientHello camouflage (meek_lite).
 - Bug 29077: uTLS for ClientHello camouflage (meek_lite).
+1 −1
Original line number Original line Diff line number Diff line
@@ -50,7 +50,7 @@ import (
)
)


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