Skip to content

Commit

Permalink
Do the release ritual for obfs4proxy-0.0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yawning Angel committed Apr 15, 2015
1 parent a8d7134 commit 3540313
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Changes in version 0.0.5 - 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).
- Added limited support for detecting if the parent process crashes.
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.4"
obfs4proxyVersion = "0.0.5"
obfs4proxyLogFile = "obfs4proxy.log"
socksAddr = "127.0.0.1:0"
)
Expand Down

0 comments on commit 3540313

Please sign in to comment.