Skip to content
Snippets Groups Projects
Commit 37a709d8 authored by Yawning Angel's avatar Yawning Angel
Browse files

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

parent 3540313e
No related branches found
No related tags found
No related merge requests found
Changes in version 0.0.6 - UNRELEASED:
Changes in version 0.0.5 - 2015-04-15: Changes in version 0.0.5 - 2015-04-15:
- Go vet/fmt fixes, and misc. code cleanups. Patches by mvdan. - Go vet/fmt fixes, and misc. code cleanups. Patches by mvdan.
- Changed the go.net import path to the new location (golang.org/x/net). - Changed the go.net import path to the new location (golang.org/x/net).
......
...@@ -51,7 +51,7 @@ import ( ...@@ -51,7 +51,7 @@ import (
) )
const ( const (
obfs4proxyVersion = "0.0.5" obfs4proxyVersion = "0.0.6-dev"
obfs4proxyLogFile = "obfs4proxy.log" obfs4proxyLogFile = "obfs4proxy.log"
socksAddr = "127.0.0.1:0" socksAddr = "127.0.0.1:0"
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment