From 93867477dbaf5b8767d31fafcda0bdaf7e0d5ad7 Mon Sep 17 00:00:00 2001 From: Kyle Havlovitz Date: Fri, 13 Apr 2018 08:58:27 -0700 Subject: [PATCH] Put the tree in 1.0.7 release mode --- CHANGELOG.md | 2 +- version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc7ab0a11f..629bad7771 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## (UNRELEASED) +## 1.0.7 (April 13, 2018) IMPROVEMENTS: diff --git a/version/version.go b/version/version.go index 6772ae695b..87c66eb1d5 100644 --- a/version/version.go +++ b/version/version.go @@ -20,7 +20,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 = "dev" + VersionPrerelease = "" ) // GetHumanVersion composes the parts of the version in a way that's suitable