Skip to content

Commit

Permalink
Merge pull request #976 from lightninglabs/0-4-rc1
Browse files Browse the repository at this point in the history
build: bump version to v0.4 rc1
  • Loading branch information
Roasbeef authored Jun 27, 2024
2 parents fc97efa + bc52039 commit 2547cc6
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 = 3
AppMinor uint = 4

// AppPatch defines the application patch for this binary.
AppPatch uint = 2
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 2547cc6

Please sign in to comment.