From d0afbfc56a5b91c5389995a743e59829fc694e7a 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 b8e607e8..c5155e90 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