From 5bdf8a2d5342d67ac5a89da820a35b57164ec3e5 Mon Sep 17 00:00:00 2001 From: Alvin Huang <17609145+alvin-huang@users.noreply.github.com> Date: Wed, 15 Jul 2020 14:48:36 -0400 Subject: [PATCH] [skip ci] bump master to 1.9.0 to track next release version (#8315) --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index dd97273ac2..ae3dc61e5b 100644 --- a/version/version.go +++ b/version/version.go @@ -14,7 +14,7 @@ var ( // // Version must conform to the format expected by github.com/hashicorp/go-version // for tests to work. - Version = "1.8.0" + Version = "1.9.0" // 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