build: Bump the version to 0.0.14-dev

merge-requests/9/head
Yawning Angel 2 years ago
parent 77af0cba93
commit f63befd107

@ -1,3 +1,5 @@
Changes in version 0.0.14 - UNRELEASED:
Changes in version 0.0.13 - 2022-02-04:
- Stop using utls entirely for TLS signature normalization (meek_lite).
- Stop pinning the certificate chain for default bridges (meek_lite).

@ -50,7 +50,7 @@ import (
)
const (
obfs4proxyVersion = "0.0.13"
obfs4proxyVersion = "0.0.14-dev"
obfs4proxyLogFile = "obfs4proxy.log"
socksAddr = "127.0.0.1:0"
)

Loading…
Cancel
Save