Skip to content

Commit

Permalink
Bump version & updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Nov 16, 2015
1 parent 182c9ab commit 2c94aad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goxc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"BuildConstraints": "linux,amd64 windows,amd64 darwin,amd64",
"ResourcesInclude": "INSTALL*,README*,LICENSE*,config/*,static/*,templates/*",
"PackageVersion": "0.5.2",
"PackageVersion": "0.5.3",
"TaskSettings": {
"publish-github": {
"apikey": "",
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.3 (2015-11-16)

- Web UI works behind http proxy

## 0.5.2 (2015-11-09)

- Fix bug in join config parameter that rendered it unusable from config file.
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

const (
VERSION = "0.5.2"
VERSION = "0.5.3"
)

func main() {
Expand Down

0 comments on commit 2c94aad

Please sign in to comment.