We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de69569 commit 03983e2Copy full SHA for 03983e2
version.go
@@ -11,12 +11,12 @@ const (
11
// VersionMajor is for an API incompatible changes
12
VersionMajor = 0
13
// VersionMinor is for functionality in a backwards-compatible manner
14
- VersionMinor = 4
+ VersionMinor = 5
15
// VersionPatch is for backwards-compatible bug fixes
16
- VersionPatch = 2
+ VersionPatch = 0
17
18
// VersionDev indicates development branch. Releases will be empty string.
19
- VersionDev = ""
+ VersionDev = "-dev"
20
)
21
22
// Version is the specification version that the package types support.
0 commit comments