Skip to content

Commit c7a7fe0

Browse files
committed
version: bump version to v0.15.3-alpha
1 parent c312c09 commit c7a7fe0

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
@@ -34,7 +34,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
3434
const (
3535
appMajor uint = 0
3636
appMinor uint = 15
37-
appPatch uint = 2
37+
appPatch uint = 3
3838

3939
// appPreRelease MUST only contain characters from semanticAlphabet per
4040
// the semantic versioning spec.

0 commit comments

Comments
 (0)