Skip to content

Commit

Permalink
CB-26382 update version to 0.13.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Krisztian Horvath committed Jul 9, 2024
1 parent a95378e commit fc4b5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BINARY=salt-bootstrap

VERSION=0.13.8
VERSION=0.13.9
BUILD_TIME=$(shell date +%FT%T)
LDFLAGS=-ldflags "-X github.com/hortonworks/salt-bootstrap/saltboot.Version=${VERSION} -X github.com/hortonworks/salt-bootstrap/saltboot.BuildTime=${BUILD_TIME}"
GOFILES_NOVENDOR = $(shell find . -type f -name '*.go' -not -path "./vendor/*" -not -path "./.git/*")
Expand Down

0 comments on commit fc4b5d4

Please sign in to comment.