Skip to content

Commit

Permalink
Update for 0.8.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <ron@hybridgroup.com>
  • Loading branch information
deadprogram committed Mar 22, 2017
1 parent 30ed509 commit 68f04dd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .goxc.json
Expand Up @@ -5,7 +5,7 @@
"deb-source"
],
"BuildConstraints": "linux, windows, darwin",
"PackageVersion": "0.7.0",
"PackageVersion": "0.8.0",
"TaskSettings": {
"deb": {
"metadata": {
Expand All @@ -26,4 +26,4 @@
"Version": "main.VERSION"
}
}
}
}
2 changes: 1 addition & 1 deletion Makefile
@@ -1,4 +1,4 @@
VERSION := $(shell sed -n 3p version.go | cut -d' ' -f4)
VERSION := $(shell sed -n 4p version.go | cut -d' ' -f4)

.PHONY: assets build homebrew

Expand Down
30 changes: 15 additions & 15 deletions commands/bindata.go

Large diffs are not rendered by default.

0 comments on commit 68f04dd

Please sign in to comment.