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

merge-requests/3/head
Yawning Angel 8 years ago
parent 896a98c427
commit 1df5c8ffe8

@ -1,3 +1,5 @@
Changes in version 0.0.7 - UNRELEASED:
Changes in version 0.0.6 - 2016-01-25:
- Delay transport factory initialization till after logging has been
initialized.

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

Loading…
Cancel
Save