Skip to content

Commit 3f045ba

Browse files
authored
version: bump version to v0.32.0-beta
version: bump version to v0.32.0-beta
2 parents bfaacb1 + ea4b238 commit 3f045ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
3737
const (
3838
// Note: please update release_notes.md when you change these values.
3939
appMajor uint = 0
40-
appMinor uint = 31
41-
appPatch uint = 8
40+
appMinor uint = 32
41+
appPatch uint = 0
4242

4343
// appPreRelease MUST only contain characters from semanticAlphabet per
4444
// the semantic versioning spec.

0 commit comments

Comments
 (0)