From 8a55873e14bf51d12fa1e4e00b5940a5cffae83a Mon Sep 17 00:00:00 2001 From: GreenComfyTea Date: Mon, 16 Oct 2023 08:56:48 +0300 Subject: [PATCH] Bump version to 2.6.1 --- 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 c160607..871627e 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.6"; +this.version = "2.6.1"; this.config_folder = "MHR Overlay\\configs\\"; this.current_config_value_file_name = "MHR Overlay\\config.json";