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

build: Bump the version to 0.0.14-dev

parent 77af0cba
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
Changes in version 0.0.14 - UNRELEASED:

Changes in version 0.0.13 - 2022-02-04:
Changes in version 0.0.13 - 2022-02-04:
 - Stop using utls entirely for TLS signature normalization (meek_lite).
 - Stop using utls entirely for TLS signature normalization (meek_lite).
 - Stop pinning the certificate chain for default bridges (meek_lite).
 - Stop pinning the certificate chain for default bridges (meek_lite).
+1 −1
Original line number Original line Diff line number Diff line
@@ -50,7 +50,7 @@ import (
)
)


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