Bump the version to 0.0.8-dev, signifying development towards 0.0.8.

merge-requests/3/head
Yawning Angel 8 years ago
parent 8256fac93c
commit 97a875ec3c

@ -1,3 +1,5 @@
Changes in version 0.0.8 - UNRELEASED:
Changes in version 0.0.7 - 2016-11-15:
- Support configuring the obfs4 IAT parameter as the sole
ServerTransportOption on bridges, and correctly checkpoint the argument

@ -51,7 +51,7 @@ import (
)
const (
obfs4proxyVersion = "0.0.7"
obfs4proxyVersion = "0.0.8-dev"
obfs4proxyLogFile = "obfs4proxy.log"
socksAddr = "127.0.0.1:0"
)

Loading…
Cancel
Save