Skip to content

Commit 1d9c445

Browse files
authored
Merge pull request #1017 from lightninglabs/0-4-0-rc4
version: bump version to v0.4.0-alpha.rc4
2 parents 78ee4c6 + cd27cad commit 1d9c445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const (
5252

5353
// AppPreRelease defines the pre-release version of this binary.
5454
// It MUST only contain characters from the semantic versioning spec.
55-
AppPreRelease = "rc3"
55+
AppPreRelease = "rc4"
5656

5757
// GitTagIncludeStatus indicates whether the status should be included
5858
// in the git tag name.

0 commit comments

Comments
 (0)