Skip to content

Commit

Permalink
Merge pull request #1898 from Roasbeef/v0-23-2-branch
Browse files Browse the repository at this point in the history
build: bump version to v0.23.2
  • Loading branch information
Roasbeef committed Oct 10, 2022
2 parents d0aa747 + 1a4af39 commit 6b5418d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.go
Expand Up @@ -18,7 +18,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
const (
appMajor uint = 0
appMinor uint = 23
appPatch uint = 1
appPatch uint = 2

// appPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec.
Expand Down

0 comments on commit 6b5418d

Please sign in to comment.