diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-05-18T17·37+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-05-18T17·41+0200 |
commit | f79b261079336cd36bc923e8cf7f35f7295820ce (patch) | |
tree | c8543211c23ea6d84ef6345a9ae25d18c7bd1249 /build-release.sh | |
parent | aadea2f698fedf5423184b854913d126a6219fb5 (diff) |
chore: Version bump to 1.0.2
Diffstat (limited to 'build-release.sh')
-rwxr-xr-x | build-release.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/build-release.sh b/build-release.sh index 32eefaf39fea..7f82db2233f6 100755 --- a/build-release.sh +++ b/build-release.sh @@ -3,7 +3,7 @@ set -ueo pipefail readonly GIT_HASH="$(git rev-parse --short HEAD)" readonly LDFLAGS="-X main.gitHash=${GIT_HASH} -w -s" -readonly VERSION="1.0.1-${GIT_HASH}" +readonly VERSION="1.0.2-${GIT_HASH}" function build-for() { local os="${1}" @@ -18,8 +18,6 @@ function build-for() { -ldflags "${LDFLAGS}" \ -o "${target}/kontemplate" \ -tags netgo - - } function sign-for() { |