Skip to content

Commit b2a0c56

Browse files
authored
Merge pull request #1333 from Roasbeef/0-5-1-rc2
build: bump version to v0.5.1-rc2
2 parents 899a937 + a96e8d7 commit b2a0c56

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 = "rc1"
55+
AppPreRelease = "rc2"
5656

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

0 commit comments

Comments
 (0)