Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit cca614f

Browse files
committed
bump version
1 parent db69b5a commit cca614f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
// build.go will set date and sha, but `go get` will set none of these.
1212
var (
1313
// Version number for official releases Updated manually before each release.
14-
Version = "0.5.0-rc1"
14+
Version = "0.5.0-rc2"
1515

1616
// Set to any non-empty value by official release script
1717
OfficialBuild string

0 commit comments

Comments
 (0)