From 65b513fdfcfe0091c65ebd0cbdf886eda10713b9 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Tue, 4 Dec 2018 11:30:06 -0800 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 7ef7f4813..0bb07667d 100644 --- a/version/version.go +++ b/version/version.go @@ -9,7 +9,7 @@ import ( var GitCommit string // The main version number that is being run at the moment. -const Version = "1.4.0" +const Version = "1.3.3" // A pre-release marker for the version. If this is "" (empty string) // then it means that it is a final release. Otherwise, this is a pre-release