Skip to content

Commit 7cfceb7

Browse files
authored
Merge pull request #870 from lightninglabs/alexbosworth-patch-8
version: bump version to v0.29.0-beta
2 parents efcfc3b + 9419242 commit 7cfceb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
2626
const (
2727
// Note: please update release_notes.md when you change these values.
2828
appMajor uint = 0
29-
appMinor uint = 28
30-
appPatch uint = 9
29+
appMinor uint = 29
30+
appPatch uint = 0
3131

3232
// appPreRelease MUST only contain characters from semanticAlphabet per
3333
// the semantic versioning spec.

0 commit comments

Comments
 (0)