Bump the version to 0.0.13-dev

merge-requests/5/head
Yawning Angel 2 years ago
parent 0f7ce7e653
commit cbf3f3cfa0

@ -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).

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

Loading…
Cancel
Save