From 9cbd27dbbd64c169e19c76834aab0730f428049d Mon Sep 17 00:00:00 2001 From: hc-github-team-consul-core Date: Fri, 27 Aug 2021 20:56:54 +0000 Subject: [PATCH] Putting source back into Dev Mode --- CHANGELOG.md | 2 ++ version/version.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ba1cbb99d..837fd85acd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## UNRELEASED + ## 1.11.0-alpha (September 16, 2021) SECURITY: diff --git a/version/version.go b/version/version.go index ab1802cbf4..003d9fc448 100644 --- a/version/version.go +++ b/version/version.go @@ -19,7 +19,7 @@ var ( // 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 // such as "dev" (in development), "beta", "rc1", etc. - VersionPrerelease = "alpha" + VersionPrerelease = "dev" ) // GetHumanVersion composes the parts of the version in a way that's suitable