From 2fd71df65edfc1e5b8494042dfa21d6bdeae22af Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Mon, 23 Mar 2026 18:08:35 +0100 Subject: [PATCH] updated version to 1.0.0 --- src/ulas.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ulas.h b/src/ulas.h index 3d81b28..fcc4ae0 100644 --- a/src/ulas.h +++ b/src/ulas.h @@ -7,7 +7,7 @@ #include "archs.h" #define ULAS_NAME "ulas" -#define ULAS_VER "0.0.1" +#define ULAS_VER "1.0.0" /* args without value */ #define ULAS_OPTS "hvVpdA" -- 2.30.2