Skip to content

Commit 43cff31

Browse files
authored
Merge pull request #95 from lightninglabs/alexbosworth-patch-9
version: bump version to 0.2.4
2 parents ce724d7 + 52d0d04 commit 43cff31

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
@@ -23,7 +23,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
2323
const (
2424
appMajor uint = 0
2525
appMinor uint = 2
26-
appPatch uint = 3
26+
appPatch uint = 4
2727

2828
// appPreRelease MUST only contain characters from semanticAlphabet per
2929
// the semantic versioning spec.

0 commit comments

Comments
 (0)