From 6f34f9f0f585856ddf5315a46b56fa087ae9a344 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 14 Jul 2025 01:34:14 +0000 Subject: [PATCH] chore: bump version to 5.0.25 --- 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 bab0b03..a9153ef 100644 --- a/lua/autorun/gmod_integration.lua +++ b/lua/autorun/gmod_integration.lua @@ -31,7 +31,7 @@ else end gmInte = gmInte || {} -gmInte.version = "5.0.24" // This will be automatically updated by GitHub Actions +gmInte.version = "5.0.25" // This will be automatically updated by GitHub Actions gmInte.config = {} gmInte.useDataConfig = true gmInte.dllInstalled = dllInstalled