2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-04 06:00:21 +00:00

loop: bump version to v0.2.0-alpha

This commit is contained in:
Olaoluwa Osuntokun 2019-06-26 01:16:30 -07:00
parent 88ee52093a
commit ca26413891
No known key found for this signature in database
GPG Key ID: CE58F7F8E20FD9A2

View File

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