chore: Bump version to 1.4.0
This commit is contained in:
parent
03838ff31b
commit
1f373caba0
2 changed files with 2 additions and 2 deletions
|
@ -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.3.0-${GIT_HASH}"
|
||||
readonly VERSION="1.4.0-${GIT_HASH}"
|
||||
|
||||
function binary-name() {
|
||||
local os="${1}"
|
||||
|
|
2
main.go
2
main.go
|
@ -25,7 +25,7 @@ import (
|
|||
"gopkg.in/alecthomas/kingpin.v2"
|
||||
)
|
||||
|
||||
const version string = "1.3.0"
|
||||
const version string = "1.4.0"
|
||||
|
||||
// This variable will be initialised by the Go linker during the builder
|
||||
var gitHash string
|
||||
|
|
Loading…
Reference in a new issue