Skip to content

Commit

Permalink
Merge pull request #1314 from lightninglabs/bump-0-5-1-rc1
Browse files Browse the repository at this point in the history
version: bump version to v0.5.1-alpha.rc1
  • Loading branch information
ffranr authored Jan 22, 2025
2 parents 563efdc + e943c32 commit da2c0be
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 @@ -45,14 +45,14 @@ const (
AppMinor uint = 5

// AppPatch defines the application patch for this binary.
AppPatch uint = 0
AppPatch uint = 1

// AppStatus defines the release status of this binary (e.g. beta).
AppStatus = "alpha"

// AppPreRelease defines the pre-release version of this binary.
// It MUST only contain characters from the semantic versioning spec.
AppPreRelease = ""
AppPreRelease = "rc1"

// GitTagIncludeStatus indicates whether the status should be included
// in the git tag name.
Expand Down

0 comments on commit da2c0be

Please sign in to comment.