Skip to content
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.

Commit

Permalink
Bump version to v0.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Stanislas Lange <[email protected]>
  • Loading branch information
angristan committed May 26, 2020
1 parent 1ce331b commit 766f117
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 @@ -17,7 +17,7 @@
"BuildConstraints": "darwin linux windows freebsd",
"ResourcesExclude": "*.go .goxc-temp",
"MainDirsExclude": "vendor,Godeps,testdata",
"PackageVersion": "v0.4.0",
"PackageVersion": "v0.5.0",
"TaskSettings": {
"publish-github": {
"owner": "scaleway",
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package version

var (
// VERSION represents the version of c14
VERSION = "v0.4.1"
VERSION = "v0.5.0"
// GITCOMMIT is overlaoded by the Makefile
GITCOMMIT = "commit"
// UserAgent represents the user-agent used for the API calls
Expand Down

0 comments on commit 766f117

Please sign in to comment.