Skip to content

Commit

Permalink
Merge pull request #713 from lightninglabs/alexbosworth-patch-1
Browse files Browse the repository at this point in the history
version: bump version to v0.28.0-beta
  • Loading branch information
alexbosworth committed Mar 5, 2024
2 parents 5d75e99 + 67c59fe commit 0d26875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
const (
// Note: please update release_notes.md when you change these values.
appMajor uint = 0
appMinor uint = 27
appPatch uint = 1
appMinor uint = 28
appPatch uint = 0

// appPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.
Expand Down

0 comments on commit 0d26875

Please sign in to comment.