From 554e3b32455a647e271c9514cfc5654e0296d060 Mon Sep 17 00:00:00 2001 From: Y-Less Date: Wed, 18 Oct 2023 13:22:05 +0200 Subject: [PATCH] Minor version bump --- YSI_Core/y_core/y_core_entry.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YSI_Core/y_core/y_core_entry.inc b/YSI_Core/y_core/y_core_entry.inc index 6e837760..12de7298 100644 --- a/YSI_Core/y_core/y_core_entry.inc +++ b/YSI_Core/y_core/y_core_entry.inc @@ -80,7 +80,7 @@ Optional plugins: #define YSI_VERSION_MAJOR 5 #define YSI_VERSION_MINOR 08 -#define YSI_VERSION_BUILD 4328 +#define YSI_VERSION_BUILD 4329 #define YSI_VERSION #YSI_VERSION_MAJOR "." #YSI_VERSION_MINOR "." #YSI_VERSION_BUILD