Image Customizer: Bump version to v0.7 (#10344)

This commit is contained in:
Chris Gunn 2024-09-04 14:14:37 -07:00 коммит произвёл GitHub
Родитель 1449e9120a
Коммит d790a145aa
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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.6.0
image_customizer_version ?= 0.7.0
IMAGE_CUSTOMIZER_VERSION_PREVIEW ?= -dev.$(DATETIME_AS_VERSION)+$(GIT_COMMIT_ID)
image_customizer_full_version := $(image_customizer_version)$(IMAGE_CUSTOMIZER_VERSION_PREVIEW)