Skip to content

Commit e323b9e

Browse files
authored
Merge pull request #1552 from Roasbeef/0-6-rc2
build: bump version to v0.6 rc2
2 parents 0749b68 + b8a6047 commit e323b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.go

Lines changed: 1 addition & 1 deletion
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)