From f738086cf03a14e90590622789a92412da58f2e3 Mon Sep 17 00:00:00 2001 From: Marcelo Politzer <251334+mpolitzer@users.noreply.github.com> Date: Wed, 3 Jul 2024 11:26:09 -0300 Subject: [PATCH] chore: update version --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6bbfd3e..86bd272 100644 --- a/Makefile +++ b/Makefile @@ -15,9 +15,9 @@ # MAJOR := 0 -MINOR := 15 +MINOR := 16 PATCH := 0 -LABEL := +LABEL :=-output-unification-v2-test1 VERSION := $(MAJOR).$(MINOR).$(PATCH)$(LABEL) TOOLS_DEB := machine-emulator-tools-v$(VERSION).deb