Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DasyatidPrime committed May 11, 2015
2 parents 7af8c3f + 37a709d commit 73113c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Changes in version 0.0.6 - UNRELEASED:

Changes in version 0.0.5 - 2015-04-15:
- 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).
Expand Down
2 changes: 1 addition & 1 deletion obfs4proxy/obfs4proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ import (
)

const (
obfs4proxyVersion = "0.0.5"
obfs4proxyVersion = "0.0.6-dev"
obfs4proxyLogFile = "obfs4proxy.log"
socksAddr = "127.0.0.1:0"
)
Expand Down

0 comments on commit 73113c5

Please sign in to comment.