From 9e18f27f148f29ad463c93b33fd09a2b2556f4ce Mon Sep 17 00:00:00 2001 From: GreenComfyTea Date: Wed, 31 Dec 2025 10:17:22 +0200 Subject: [PATCH] chore: Bump version to 2.7.4 --- reframework/autorun/MHR_Overlay/Misc/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reframework/autorun/MHR_Overlay/Misc/config.lua b/reframework/autorun/MHR_Overlay/Misc/config.lua index bdfe992..460fc8f 100644 --- a/reframework/autorun/MHR_Overlay/Misc/config.lua +++ b/reframework/autorun/MHR_Overlay/Misc/config.lua @@ -36,7 +36,7 @@ local os = os; local ValueType = ValueType; local package = package; -this.version = "2.7.3"; +this.version = "2.7.4"; this.config_folder = "MHR Overlay\\configs\\"; this.current_config_value_file_name = "MHR Overlay\\config.json";