Merge pull request #205 from lightninglabs/bump-0-2-14

version: bump to v0.2.14-alpha
This commit is contained in:
Oliver Gugger 2025-01-21 11:42:40 -06:00 committed by GitHub
commit dcbd5c0831
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ const (
// Please update release_notes.md when updating this!
appMajor uint = 0
appMinor uint = 2
appPatch uint = 13
appPatch uint = 14
// appPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec.