Skip to content

Commit f8491c8

Browse files
Bump version to 0.5.0-rc2
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
1 parent 950aa5c commit f8491c8

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
@@ -2,7 +2,7 @@ package version
22

33
var (
44
// Version should be updated by hand at each release
5-
Version = "0.5.0-rc1"
5+
Version = "0.5.0-rc2"
66

77
// GitCommit will be overwritten automatically by the build system
88
GitCommit = "HEAD"

0 commit comments

Comments
 (0)