bump version

This commit is contained in:
souldbminersmwc
2026-03-15 12:36:32 -04:00
parent b111ccabb5
commit 5d6500523b
2 changed files with 7 additions and 35 deletions

View File

@@ -39,7 +39,7 @@ include ${TOPDIR}/lib/libultrahand/ultrahand.mk
# version control constants
#---------------------------------------------------------------------------------
#TARGET_VERSION := $(shell git describe --dirty --always --tags)
APP_VERSION := 1.0.0
APP_VERSION := 1.0.1
TARGET_VERSION := $(APP_VERSION)
#---------------------------------------------------------------------------------