From 2390bfe8ac1ad5f84080a653d1eb4fc035e71473 Mon Sep 17 00:00:00 2001 From: GreenComfyTea Date: Thu, 23 May 2024 18:35:07 +0300 Subject: [PATCH] Bump version to v2.7.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 44a5b34..e418ab1 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"; +this.version = "2.7.1"; this.config_folder = "MHR Overlay\\configs\\"; this.current_config_value_file_name = "MHR Overlay\\config.json";