From e1463dca05dfbeb7f716fc9335aa356de76d7e2f Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Fri, 20 Feb 2026 16:55:34 +0100 Subject: [PATCH] Bump version --- Source/sys-clk/overlay/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/sys-clk/overlay/Makefile b/Source/sys-clk/overlay/Makefile index 29b59dba..f504293f 100644 --- a/Source/sys-clk/overlay/Makefile +++ b/Source/sys-clk/overlay/Makefile @@ -39,7 +39,7 @@ include ${TOPDIR}/lib/libultrahand/ultrahand.mk # version control constants #--------------------------------------------------------------------------------- #TARGET_VERSION := $(shell git describe --dirty --always --tags) -APP_VERSION := 0.40 +APP_VERSION := 0.41 TARGET_VERSION := $(APP_VERSION) #---------------------------------------------------------------------------------