Skip to content

Commit cd23265

Browse files
authored
Merge pull request #8784 from lightningnetwork/0-18-rc4
build: bump version to v0.18.0-beta.rc4
2 parents a8b679c + 1b6f42a commit cd23265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const (
4747

4848
// AppPreRelease MUST only contain characters from semanticAlphabet per
4949
// the semantic versioning spec.
50-
AppPreRelease = "beta.rc3"
50+
AppPreRelease = "beta.rc4"
5151
)
5252

5353
func init() {

0 commit comments

Comments
 (0)