From 21bd7b82c8db43a2c33e9e7f9736036e63ace7ef Mon Sep 17 00:00:00 2001 From: Victor Fusco <1221933+vfusco@users.noreply.github.com> Date: Thu, 30 Nov 2023 21:02:03 -0300 Subject: [PATCH] chore: bump version to 0.19.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8453b60..1f5c466 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ .PHONY: all build download push run pull share copy clean checksum MAJOR := 0 -MINOR := 18 +MINOR := 19 PATCH := 0 LABEL := IMAGE_KERNEL_VERSION?= $(MAJOR).$(MINOR).$(PATCH)$(LABEL)