From 96407c07bff1c12ba464084c7ea532c4656e06cc Mon Sep 17 00:00:00 2001 From: GreenComfyTea Date: Mon, 9 Oct 2023 14:59:21 +0300 Subject: [PATCH] Bump version to v2.6 --- 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 3393b49..d7d1d51 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.5"; +this.version = "2.6"; this.config_folder = "MHR Overlay\\configs\\"; this.current_config_value_file_name = "MHR Overlay\\config.json";