Bump version to 0.3.1.
This commit is contained in:
parent
d402cb4196
commit
8f4a34e4f1
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
|
||||||
const (
|
const (
|
||||||
appMajor uint = 0
|
appMajor uint = 0
|
||||||
appMinor uint = 3
|
appMinor uint = 3
|
||||||
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 a new issue