Merge pull request #264 from lightninglabs/v0.8.0-beta

version: bump to 0.8.0-beta
This commit is contained in:
Alex Bosworth 2020-08-11 10:41:56 -07:00 committed by GitHub
commit 261eb81c39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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