lnd: bump version to 0.2-alpha

This commit is contained in:
Olaoluwa Osuntokun 2017-04-07 17:54:56 +02:00
parent 55e0dd32c6
commit 62ac716a29
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
// versioning 2.0.0 spec (http://semver.org/).
const (
appMajor uint = 0
appMinor uint = 1
appPatch uint = 1
appMinor uint = 2
appPatch uint = 0
// appPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec.