Skip to content

Commit

Permalink
Merge pull request #1221 from lightninglabs/bump-version-0-5-0
Browse files Browse the repository at this point in the history
version: bump to version v0.5.0-alpha.rc1
  • Loading branch information
guggero authored Nov 27, 2024
2 parents b192b5b + 270c58c commit 4205556
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@ const (
AppMajor uint = 0

// AppMinor defines the minor version of this binary.
AppMinor uint = 4
AppMinor uint = 5

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

// 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 4205556

Please sign in to comment.