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

version: bump to 0.8.0-beta
pull/267/head v0.8.0-beta
Alex Bosworth 4 years ago committed by GitHub
commit 261eb81c39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save