version: bump version to 0.2.4

Bump the version number to a new patch release version
pull/95/head
Alex Bosworth 5 years ago committed by GitHub
parent ce724d7a7c
commit 52d0d04ea7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,7 +23,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
const ( const (
appMajor uint = 0 appMajor uint = 0
appMinor uint = 2 appMinor uint = 2
appPatch uint = 3 appPatch uint = 4
// appPreRelease MUST only contain characters from semanticAlphabet per // appPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec. // the semantic versioning spec.

Loading…
Cancel
Save