lnd: bump version to v0.1.1-alpha

This commit is contained in:
Olaoluwa Osuntokun 2017-01-17 18:36:21 -08:00
parent 40c7bac3aa
commit dd42fa2f70
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 = 1
appPatch uint = 0
appPatch uint = 1
// appPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec.