Skip to content

Commit

Permalink
Bump version to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed Jan 2, 2019
1 parent 71696ad commit b4ff72d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ REPO=github.com/GetStream/vg
RELEASE_DIR = releases

CURRENT_VERSION_MAJOR = 0
CURRENT_VERSION_MINOR = 8
CURRENT_VERSION_MINOR = 9
CURRENT_VERSION_BUG = 0

BINDATA = cmd/bindata.go
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
var (
// Version is the version of vg, this is changed by the Makefile
// automatically. So don't change it manually.
Version string = "0.8.0-dev"
Version string = "0.9.0-dev"
)

// versionCmd represents the version command
Expand Down

0 comments on commit b4ff72d

Please sign in to comment.