From 692dc61f211643ad599aa2eb58b797dc88cf3d1b Mon Sep 17 00:00:00 2001 From: hc-github-team-consul-core Date: Tue, 22 Jun 2021 14:34:17 +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 c0099a2730..b792cefc3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## UNRELEASED + ## 1.9.7 (June 21, 2021) IMPROVEMENTS: diff --git a/version/version.go b/version/version.go index e21df95139..37039aa3b7 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 = "" + VersionPrerelease = "dev" ) // GetHumanVersion composes the parts of the version in a way that's suitable