Skip to content

Commit

Permalink
Bump version to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed Dec 20, 2017
1 parent 8b2f927 commit 079da3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ REPO=github.com/GetStream/vg
RELEASE_DIR = releases

CURRENT_VERSION_MAJOR = 0
CURRENT_VERSION_MINOR = 7
CURRENT_VERSION_BUG = 2
CURRENT_VERSION_MINOR = 8
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.7.2"
Version string = "0.8.0-dev"
)

// versionCmd represents the version command
Expand Down

0 comments on commit 079da3a

Please sign in to comment.