From 0dd796734b995b5258b491d410543650803c7483 Mon Sep 17 00:00:00 2001 From: Daniil Lashin <3121312+danil-lashin@users.noreply.github.com> Date: Mon, 2 Mar 2020 14:24:31 +0300 Subject: [PATCH] Update version --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index aae169ff3..affa013fc 100755 --- a/version/version.go +++ b/version/version.go @@ -11,7 +11,7 @@ const ( var ( // Must be a string because scripts like dist.sh read this file. - Version = "1.1.0-rc2" + Version = "1.1.0-rc3" // GitCommit is the current HEAD set using ldflags. GitCommit string