lnd: bump version to 0.7

This commit is contained in:
Olaoluwa Osuntokun 2019-06-14 13:54:27 -07:00
parent 9e24d3e8a5
commit c5357d383d
No known key found for this signature in database
GPG Key ID: CE58F7F8E20FD9A2

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