mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
version: bump version to v0.34.0-beta
This commit is contained in:
parent
41bc5f85df
commit
a463c734ea
1 changed files with 2 additions and 2 deletions
|
|
@ -37,8 +37,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
|
|||
const (
|
||||
// Note: please update release_notes.md when you change these values.
|
||||
appMajor uint = 0
|
||||
appMinor uint = 33
|
||||
appPatch uint = 3
|
||||
appMinor uint = 34
|
||||
appPatch uint = 0
|
||||
|
||||
// appPreRelease MUST only contain characters from semanticAlphabet per
|
||||
// the semantic versioning spec.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue