From fad8dfcef67c0ee2158dc67a90ec0566d76aa8f2 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 4 Sep 2019 11:22:26 +0100 Subject: chore(build): Bump version to 1.8.0 --- build-release.sh | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-release.sh b/build-release.sh index a147e674edfd..e4258c53dd09 100755 --- a/build-release.sh +++ b/build-release.sh @@ -12,7 +12,7 @@ set -ueo pipefail readonly GIT_HASH="$(git rev-parse --short HEAD)" readonly LDFLAGS="-X main.gitHash=${GIT_HASH} -w -s" -readonly VERSION="1.7.0-${GIT_HASH}" +readonly VERSION="1.8.0-${GIT_HASH}" function binary-name() { local os="${1}" diff --git a/main.go b/main.go index ceb801b1101d..e55d42465c6b 100644 --- a/main.go +++ b/main.go @@ -26,7 +26,7 @@ import ( "gopkg.in/alecthomas/kingpin.v2" ) -const version string = "1.7.0" +const version string = "1.8.0" // This variable will be initialised by the Go linker during the builder var gitHash string -- cgit 1.4.1