Skip to content

Commit 0d26875

Browse files
authored
Merge pull request #713 from lightninglabs/alexbosworth-patch-1
version: bump version to v0.28.0-beta
2 parents 5d75e99 + 67c59fe commit 0d26875

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 = 27
30-
appPatch uint = 1
29+
appMinor uint = 28
30+
appPatch uint = 0
3131

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

0 commit comments

Comments
 (0)