Skip to content

Commit 32e18c0

Browse files
authored
Merge pull request #1793 from lightninglabs/0-7-0-rc1-branch
build: bump version to v0.7.0 rc1
2 parents 35add2f + ef85a5c commit 32e18c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const (
4242
AppMajor uint = 0
4343

4444
// AppMinor defines the minor version of this binary.
45-
AppMinor uint = 6
45+
AppMinor uint = 7
4646

4747
// AppPatch defines the application patch for this binary.
4848
AppPatch uint = 0
@@ -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 = ""
55+
AppPreRelease = "rc1"
5656

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

0 commit comments

Comments
 (0)