Skip to content
This repository has been archived by the owner on Dec 21, 2019. It is now read-only.

Commit

Permalink
chore: Bump version to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tazjin authored and Vincent Ambo committed Jun 9, 2018
1 parent c91cb21 commit 97bef90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0-${GIT_HASH}"
readonly VERSION="1.6.0-${GIT_HASH}"

function binary-name() {
local os="${1}"
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
"gopkg.in/alecthomas/kingpin.v2"
)

const version string = "1.5.0"
const version string = "1.6.0"

// This variable will be initialised by the Go linker during the builder
var gitHash string
Expand Down

0 comments on commit 97bef90

Please sign in to comment.