Skip to content

Commit 2547cc6

Browse files
authored
Merge pull request #976 from lightninglabs/0-4-rc1
build: bump version to v0.4 rc1
2 parents fc97efa + bc52039 commit 2547cc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

version.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,17 @@ const (
4242
AppMajor uint = 0
4343

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

4747
// AppPatch defines the application patch for this binary.
48-
AppPatch uint = 2
48+
AppPatch uint = 0
4949

5050
// AppStatus defines the release status of this binary (e.g. beta).
5151
AppStatus = "alpha"
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)