From 454937e11e5ff33b9aacfdd9a9f3504fcf2f5c2a Mon Sep 17 00:00:00 2001 From: Victor Fusco <1221933+vfusco@users.noreply.github.com> Date: Fri, 8 Dec 2023 11:39:06 -0300 Subject: [PATCH] chore: test github action --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fae1a09a..774f3d6a 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ MAJOR := 0 MINOR := 14 PATCH := 0 -LABEL := +LABEL := -test1 VERSION := $(MAJOR).$(MINOR).$(PATCH)$(LABEL) TOOLS_DEB := machine-emulator-tools-v$(VERSION).deb