From 30d858b1f8e196336af4d4980b890534e4cf64bd Mon Sep 17 00:00:00 2001 From: GreenComfyTea Date: Mon, 6 May 2024 18:45:16 +0300 Subject: [PATCH] Bump version to 2.7 --- 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 f835ba0..f7f484c 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.6"; +this.version = "2.7"; this.config_folder = "MHR Overlay\\configs\\"; this.current_config_value_file_name = "MHR Overlay\\config.json";