From 53d1fd9c53f662eccbeb018bd9b6d9d360ec8a02 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 3 Jul 2025 19:05:51 +0000 Subject: [PATCH] chore: bump version to 5.0.6 --- lua/autorun/gmod_integration.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/autorun/gmod_integration.lua b/lua/autorun/gmod_integration.lua index eef03ca..779b4e0 100644 --- a/lua/autorun/gmod_integration.lua +++ b/lua/autorun/gmod_integration.lua @@ -28,7 +28,7 @@ else end gmInte = gmInte || {} -gmInte.version = "5.0.5" // This will be automatically updated by GitHub Actions +gmInte.version = "5.0.6" // This will be automatically updated by GitHub Actions gmInte.config = {} gmInte.useDataConfig = true function gmInte.log(msg, onlyOndebug)