Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Sep 12, 2017
1 parent f8e1961 commit 89dbe88
Show file tree
Hide file tree
Showing 2 changed files with 2 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 linux,arm",
"ResourcesInclude": "INSTALL*,README*,LICENSE*,config/*",
"PackageVersion": "0.9.4",
"PackageVersion": "0.9.5",
"TaskSettings": {
"deb": {
"metadata": {
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

const (
VERSION = "0.9.4"
VERSION = "0.9.5"
)

func main() {
Expand Down

0 comments on commit 89dbe88

Please sign in to comment.