Skip to content

Commit

Permalink
Merge pull request #90 from carlaKC/version-0.2.2
Browse files Browse the repository at this point in the history
version: bump to 0.2.2-alpha
  • Loading branch information
carlaKC authored Oct 30, 2020
2 parents c278d07 + e261e66 commit e56a7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
const (
appMajor uint = 0
appMinor uint = 2
appPatch uint = 1
appPatch uint = 2

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

0 comments on commit e56a7a4

Please sign in to comment.