Skip to content

Commit 7e0797e

Browse files
authored
Merge pull request #1010 from lightninglabs/alexbosworth-patch-9
version: bump version to v0.31.4-beta
2 parents db907aa + cc3b1ab commit 7e0797e

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
@@ -38,7 +38,7 @@ const (
3838
// Note: please update release_notes.md when you change these values.
3939
appMajor uint = 0
4040
appMinor uint = 31
41-
appPatch uint = 2
41+
appPatch uint = 4
4242

4343
// appPreRelease MUST only contain characters from semanticAlphabet per
4444
// the semantic versioning spec.

0 commit comments

Comments
 (0)