From c681276cd18cbee078200f86e976de13a17e3bb7 Mon Sep 17 00:00:00 2001 From: Chris Gunn Date: Tue, 5 Nov 2024 16:43:14 -0800 Subject: [PATCH] Image Customizer: Bump to v0.8 (#10944) --- toolkit/scripts/build_tag_imagecustomizer.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/scripts/build_tag_imagecustomizer.mk b/toolkit/scripts/build_tag_imagecustomizer.mk index f25b1280e9..a50001dad4 100644 --- a/toolkit/scripts/build_tag_imagecustomizer.mk +++ b/toolkit/scripts/build_tag_imagecustomizer.mk @@ -10,6 +10,6 @@ # # and should hold the value of the next (or current) official release, not the previous official # release. -image_customizer_version ?= 0.7.0 +image_customizer_version ?= 0.8.0 IMAGE_CUSTOMIZER_VERSION_PREVIEW ?= -dev.$(DATETIME_AS_VERSION)+$(GIT_COMMIT_ID) image_customizer_full_version := $(image_customizer_version)$(IMAGE_CUSTOMIZER_VERSION_PREVIEW)