Skip to content

Commit 1d767de

Browse files
authored
Merge pull request #1908 from guggero/v0-23-3-branch
build: bump version to v0.23.3
2 parents acb7313 + 4f0ae90 commit 1d767de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
1818
const (
1919
appMajor uint = 0
2020
appMinor uint = 23
21-
appPatch uint = 2
21+
appPatch uint = 3
2222

2323
// appPreRelease MUST only contain characters from semanticAlphabet
2424
// per the semantic versioning spec.

0 commit comments

Comments
 (0)