From 2beb5d57f0cbea85f624da1317d40d2e911ee26b Mon Sep 17 00:00:00 2001 From: vx_clutch <98831688+vx-clutch@users.noreply.github.com> Date: Fri, 5 Sep 2025 08:58:17 -0400 Subject: [PATCH] Downgrade from 1.0 to beta --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 149e65a..f624256 100644 --- a/config.h +++ b/config.h @@ -6,7 +6,7 @@ #define LICENSE_LINE \ "License BSD-3-Clause: BSD-3-Clause " #define AUTHORS "vx_clutch" -#define VERSION "1" +#define VERSION "beta" #define YEAR 2025 #endif