From 4473bb7557c1dd4cedbeb49bc632b921bcddddfb Mon Sep 17 00:00:00 2001 From: Maschell Date: Fri, 10 Apr 2026 13:16:24 +0200 Subject: [PATCH] Bump version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5f2c0bb..6938b2e 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/share/wups_rules export WUPS_MAJOR := 0 export WUPS_MINOR := 9 -export WUPS_PATCH := 0 +export WUPS_PATCH := 1 VERSION := $(WUPS_MAJOR).$(WUPS_MINOR).$(WUPS_PATCH)