From 26590a3e0b7b86144cae8fd91f957fab41a9ef7c Mon Sep 17 00:00:00 2001 From: GreenComfyTea Date: Fri, 1 Mar 2024 16:57:15 +0200 Subject: [PATCH] Bump version to v2.6.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 84b1f18..f89e7a8 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.5"; +this.version = "2.6.6"; this.config_folder = "MHR Overlay\\configs\\"; this.current_config_value_file_name = "MHR Overlay\\config.json";