From 02025f166cf662c00be26ee7e0e875548107dba3 Mon Sep 17 00:00:00 2001 From: "Michael F." Date: Fri, 6 Dec 2024 13:46:47 +0100 Subject: [PATCH] fix tag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fa5a728..8d70b83 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ SHELL := /bin/bash PROJECT := tagpack-tool VENV := .venv -RELEASE := 'v25.01.0a1-post1' +RELEASE := 'v25.01.0a2' # RELEASESEM := 'v1.9.0' -include .env