Skip to content

Commit 12738e8

Browse files
committed
Update MCLI version
1 parent 186f414 commit 12738e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ COVERAGE=coverage.out
55

66
MCLI_SOURCE_FILES?=./cmd/mongocli
77
MCLI_BINARY_NAME=mongocli
8-
MCLI_VERSION?=1.21.0 #$(shell git tag --list 'mongocli/v*' --sort=committerdate | tail -1 | cut -d "v" -f 2 | xargs -I % sh -c 'echo %-next' )
8+
MCLI_VERSION?=$(shell git tag --list 'mongocli/v*' --sort=committerdate | tail -1 | cut -d "v" -f 2 | xargs -I % sh -c 'echo %-next' )
99
MCLI_GIT_SHA?=$(shell git rev-parse HEAD)
1010
MCLI_DESTINATION=./bin/$(MCLI_BINARY_NAME)
1111
MCLI_INSTALL_PATH="${GOPATH}/bin/$(MCLI_BINARY_NAME)"

0 commit comments

Comments
 (0)