We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a9cb0 commit ea4b238Copy full SHA for ea4b238
1 file changed
version.go
@@ -37,8 +37,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
37
const (
38
// Note: please update release_notes.md when you change these values.
39
appMajor uint = 0
40
- appMinor uint = 31
41
- appPatch uint = 8
+ appMinor uint = 32
+ appPatch uint = 0
42
43
// appPreRelease MUST only contain characters from semanticAlphabet per
44
// the semantic versioning spec.
0 commit comments