From e0632286a1b91699823dd87cd88f818d8d1f1acf Mon Sep 17 00:00:00 2001 From: Victor Fusco <1221933+vfusco@users.noreply.github.com> Date: Tue, 19 Dec 2023 11:11:50 -0300 Subject: [PATCH] chore: update version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2350b5a8..7b1ea40c 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ MAJOR := 0 MINOR := 14 -PATCH := 0 +PATCH := 1 LABEL := VERSION := $(MAJOR).$(MINOR).$(PATCH)$(LABEL)