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 45dbd58 commit 7453a72Copy full SHA for 7453a72
version.go
@@ -26,8 +26,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
26
const (
27
// Note: please update release_notes.md when you change these values.
28
appMajor uint = 0
29
- appMinor uint = 12
30
- appPatch uint = 2
+ appMinor uint = 13
+ appPatch uint = 0
31
32
// appPreRelease MUST only contain characters from semanticAlphabet per
33
// the semantic versioning spec.
0 commit comments