From beeb45db46a01c34b9de9f9effbae24a44417b2a Mon Sep 17 00:00:00 2001 From: GreenComfyTea Date: Sat, 29 Jun 2024 10:39:08 +0300 Subject: [PATCH] Bump version to v2.7.2 --- 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 e418ab1..918de13 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.1"; +this.version = "2.7.2"; this.config_folder = "MHR Overlay\\configs\\"; this.current_config_value_file_name = "MHR Overlay\\config.json";