Skip to content

Commit 7dc57b7

Browse files
authored
Merge pull request #638 from lightninglabs/update-to-v0.26.3
version: bump version to v0.26.3-beta
2 parents 077d702 + ec9d10d commit 7dc57b7

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
@@ -27,7 +27,7 @@ const (
2727
// Note: please update release_notes.md when you change these values.
2828
appMajor uint = 0
2929
appMinor uint = 26
30-
appPatch uint = 2
30+
appPatch uint = 3
3131

3232
// appPreRelease MUST only contain characters from semanticAlphabet per
3333
// the semantic versioning spec.

0 commit comments

Comments
 (0)