We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceaea46 commit c681276Copy full SHA for c681276
toolkit/scripts/build_tag_imagecustomizer.mk
@@ -10,6 +10,6 @@
10
#
11
# and should hold the value of the next (or current) official release, not the previous official
12
# release.
13
-image_customizer_version ?= 0.7.0
+image_customizer_version ?= 0.8.0
14
IMAGE_CUSTOMIZER_VERSION_PREVIEW ?= -dev.$(DATETIME_AS_VERSION)+$(GIT_COMMIT_ID)
15
image_customizer_full_version := $(image_customizer_version)$(IMAGE_CUSTOMIZER_VERSION_PREVIEW)
0 commit comments