We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71696ad commit b4ff72dCopy full SHA for b4ff72d
2 files changed
Makefile
@@ -9,7 +9,7 @@ REPO=github.com/GetStream/vg
9
RELEASE_DIR = releases
10
11
CURRENT_VERSION_MAJOR = 0
12
-CURRENT_VERSION_MINOR = 8
+CURRENT_VERSION_MINOR = 9
13
CURRENT_VERSION_BUG = 0
14
15
BINDATA = cmd/bindata.go
cmd/version.go
@@ -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"
16
)
17
18
// versionCmd represents the version command
0 commit comments