Skip to content

Commit 9d13e55

Browse files
authored
Merge pull request #409 from lightninglabs/v0-2-3
version: bump version to v0.2.3-alpha
2 parents a543767 + b8e7b9e commit 9d13e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const (
4545
AppMinor uint = 2
4646

4747
// AppPatch defines the application patch for this binary.
48-
AppPatch uint = 2
48+
AppPatch uint = 3
4949

5050
// AppPreRelease MUST only contain characters from semanticAlphabet
5151
// per the semantic versioning spec.

0 commit comments

Comments
 (0)