Merge pull request #519 from lightninglabs/v0.7

version: bump to v0.7.0-beta
This commit is contained in:
Olaoluwa Osuntokun 2026-05-20 15:39:20 -07:00 committed by GitHub
commit 2b7f263efc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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