mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
version: bump version to v0.16.0-alpha.rc1
This commit is contained in:
parent
f8573c4531
commit
5c09bb8847
1 changed files with 3 additions and 3 deletions
|
|
@ -33,12 +33,12 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
|
|||
// versioning 2.0.0 spec (http://semver.org/).
|
||||
const (
|
||||
appMajor uint = 0
|
||||
appMinor uint = 15
|
||||
appPatch uint = 2
|
||||
appMinor uint = 16
|
||||
appPatch uint = 0
|
||||
|
||||
// appPreRelease MUST only contain characters from semanticAlphabet per
|
||||
// the semantic versioning spec.
|
||||
appPreRelease = "alpha"
|
||||
appPreRelease = "alpha.rc1"
|
||||
)
|
||||
|
||||
// Version returns the application version as a properly formed string per the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue