Skip to content

Commit

Permalink
Merge pull request #409 from lightninglabs/v0-2-3
Browse files Browse the repository at this point in the history
version: bump version to v0.2.3-alpha
  • Loading branch information
guggero authored Jul 19, 2023
2 parents a543767 + b8e7b9e commit 9d13e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const (
AppMinor uint = 2

// AppPatch defines the application patch for this binary.
AppPatch uint = 2
AppPatch uint = 3

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

0 comments on commit 9d13e55

Please sign in to comment.