We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6c45ec commit 2100352Copy full SHA for 2100352
Makefile
@@ -4,7 +4,7 @@ SHELL = /bin/bash
4
# This value must be updated to the release tag of the most recent release, a change that must
5
# occur in the release commit. IMAGE_VERSION will be removed once each subproject that uses this
6
# version is moved to a separate repo and release process.
7
-export IMAGE_VERSION = v1.18.0
+export IMAGE_VERSION = v1.19.0
8
# Build-time variables to inject into binaries
9
export SIMPLE_VERSION = $(shell (test "$(shell git describe)" = "$(shell git describe --abbrev=0)" && echo $(shell git describe)) || echo $(shell git describe --abbrev=0)+git)
10
export GIT_VERSION = $(shell git describe --dirty --tags --always)
0 commit comments