lnd: bump version to 0.2.1-alpha

This commit is contained in:
Olaoluwa Osuntokun 2017-04-07 18:10:45 +02:00
parent 0858d8a17d
commit 2e2da11d08
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2

View File

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