Skip to content

Commit 03983e2

Browse files
committed
version: master back to -dev
Signed-off-by: Vincent Batts <[email protected]>
1 parent de69569 commit 03983e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

version.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ const (
1111
// VersionMajor is for an API incompatible changes
1212
VersionMajor = 0
1313
// VersionMinor is for functionality in a backwards-compatible manner
14-
VersionMinor = 4
14+
VersionMinor = 5
1515
// VersionPatch is for backwards-compatible bug fixes
16-
VersionPatch = 2
16+
VersionPatch = 0
1717

1818
// VersionDev indicates development branch. Releases will be empty string.
19-
VersionDev = ""
19+
VersionDev = "-dev"
2020
)
2121

2222
// Version is the specification version that the package types support.

0 commit comments

Comments
 (0)