From e7d9eea4a09be7b05a87b1df2a9e87d3109e8fcc Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Mon, 5 Oct 2020 17:56:45 +0100 Subject: [PATCH] v0.1.0rc2 --- internal/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version.go b/internal/version.go index 24201b35d..09bce41d5 100644 --- a/internal/version.go +++ b/internal/version.go @@ -12,7 +12,7 @@ const ( VersionMajor = 0 VersionMinor = 1 VersionPatch = 0 - VersionTag = "rc1" // example: "rc1" + VersionTag = "rc2" // example: "rc1" ) func VersionString() string {