loop: bump version to v0.2.0-alpha

pull/63/head
Olaoluwa Osuntokun 5 years ago
parent 88ee52093a
commit ca26413891
No known key found for this signature in database
GPG Key ID: CE58F7F8E20FD9A2

@ -22,8 +22,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
// versioning 2.0.0 spec (http://semver.org/).
const (
appMajor uint = 0
appMinor uint = 1
appPatch uint = 3
appMinor uint = 2
appPatch uint = 0
// appPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.

Loading…
Cancel
Save