chore: Version bump to 1.0.2
This commit is contained in:
parent
aadea2f698
commit
f79b261079
3 changed files with 3 additions and 5 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue