Skip to content

Commit b4ff72d

Browse files
committed
Bump version to v0.9.0
1 parent 71696ad commit b4ff72d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ REPO=github.com/GetStream/vg
99
RELEASE_DIR = releases
1010

1111
CURRENT_VERSION_MAJOR = 0
12-
CURRENT_VERSION_MINOR = 8
12+
CURRENT_VERSION_MINOR = 9
1313
CURRENT_VERSION_BUG = 0
1414

1515
BINDATA = cmd/bindata.go

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
var (
1313
// Version is the version of vg, this is changed by the Makefile
1414
// automatically. So don't change it manually.
15-
Version string = "0.8.0-dev"
15+
Version string = "0.9.0-dev"
1616
)
1717

1818
// versionCmd represents the version command

0 commit comments

Comments
 (0)