We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3cbf2c + 19cf3b3 commit 3b54b19Copy full SHA for 3b54b19
1 file changed
version.go
@@ -38,7 +38,7 @@ const (
38
// Note: please update release_notes.md when you change these values.
39
appMajor uint = 0
40
appMinor uint = 32
41
- appPatch uint = 0
+ appPatch uint = 1
42
43
// appPreRelease MUST only contain characters from semanticAlphabet per
44
// the semantic versioning spec.
0 commit comments