Skip to content

Commit

Permalink
Bump up version number
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Apr 30, 2018
1 parent 70065a2 commit e70fcf4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

## [v0.4.0](https://github.com/k1LoW/cgrps/compare/v0.3.0...v0.4.0) (2018-04-30)

* Support `--json` format [#2](https://github.com/k1LoW/cgrps/pull/2) ([k1LoW](https://github.com/k1LoW))
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ crossbuild: deps depsdev
goxz -pv=$(ver) -os=linux -arch=386,amd64 -build-ldflags="$(RELEASE_BUILD_LDFLAGS)" \
-d=./dist/$(ver)

prerelease:
$(eval ver = v$(shell gobump show -r version/))
ghch -w -N ${ver}

release: crossbuild
$(eval ver = v$(shell gobump show -r version/))
ghr -username k1LoW -replace ${ver} dist/${ver}
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ package version
const Name string = "cgrps"

// Version for this
const Version string = "0.3.0"
const Version string = "0.4.0"

0 comments on commit e70fcf4

Please sign in to comment.