loop: bump version to v0.1.1-alpha

pull/46/head v0.1.1-alpha
Olaoluwa Osuntokun 5 years ago
parent 34d96cb1dc
commit 3d0d73348d
No known key found for this signature in database
GPG Key ID: CE58F7F8E20FD9A2

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

Loading…
Cancel
Save