build: bump version to 0.5.1
This commit is contained in:
parent
99dd6f75f8
commit
4da1c867c3
@ -23,7 +23,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
|
|||||||
const (
|
const (
|
||||||
appMajor uint = 0
|
appMajor uint = 0
|
||||||
appMinor uint = 5
|
appMinor uint = 5
|
||||||
appPatch uint = 0
|
appPatch uint = 1
|
||||||
|
|
||||||
// appPreRelease MUST only contain characters from semanticAlphabet
|
// appPreRelease MUST only contain characters from semanticAlphabet
|
||||||
// per the semantic versioning spec.
|
// per the semantic versioning spec.
|
||||||
|
Loading…
Reference in New Issue
Block a user