We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3252d0 commit 109c0b0Copy full SHA for 109c0b0
version/version.go
@@ -8,10 +8,10 @@ const (
8
// VersionMinor is for functionality in a backwards-compatible manner
9
VersionMinor = 24
10
// VersionPatch is for backwards-compatible bug fixes
11
- VersionPatch = 0
+ VersionPatch = 1
12
13
// VersionDev indicates development branch. Releases will be empty string.
14
- VersionDev = ""
+ VersionDev = "-dev"
15
)
16
17
// Version is the specification version that the package types support.
0 commit comments