Skip to content

Commit 91fe0c1

Browse files
authoredOct 30, 2024
Merge pull request #842 from lightninglabs/alexbosworth-patch-7
version: bump version to v0.28.9-beta
2 parents a544054 + 4dff259 commit 91fe0c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const (
2727
// Note: please update release_notes.md when you change these values.
2828
appMajor uint = 0
2929
appMinor uint = 28
30-
appPatch uint = 8
30+
appPatch uint = 9
3131

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

0 commit comments

Comments
 (0)
Failed to load comments.