Skip to content

Commit e56a7a4

Browse files
authored
Merge pull request #90 from carlaKC/version-0.2.2
version: bump to 0.2.2-alpha
2 parents c278d07 + e261e66 commit e56a7a4

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
@@ -24,7 +24,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
2424
const (
2525
appMajor uint = 0
2626
appMinor uint = 2
27-
appPatch uint = 1
27+
appPatch uint = 2
2828

2929
// appPreRelease MUST only contain characters from semanticAlphabet
3030
// per the semantic versioning spec.

0 commit comments

Comments
 (0)