Skip to content

Commit f6f0f61

Browse files
authored
Merge pull request #785 from lightninglabs/asset-chans-rc2
build: bump version to v0.13.1-alpha.rc2
2 parents 587a35c + 5930a59 commit f6f0f61

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

2828
// appPreRelease MUST only contain characters from semanticAlphabet per
2929
// the semantic versioning spec.
30-
appPreRelease = "alpha.rc1"
30+
appPreRelease = "alpha.rc2"
3131
)
3232

3333
// Version returns the application version as a properly formed string per the

0 commit comments

Comments
 (0)