loop: bump version to v0.1.1-alpha

This commit is contained in:
Olaoluwa Osuntokun 2019-04-17 15:06:03 -07:00
parent 34d96cb1dc
commit 3d0d73348d
No known key found for this signature in database
GPG key ID: CE58F7F8E20FD9A2

View file

@ -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.