From 23652148b5f3de1670e4c1abfa50fa20c9b80e15 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 5 Jul 2025 12:38:14 +0000 Subject: [PATCH] chore: bump version to 5.0.8 --- 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 fc1067d..b4630e7 100644 --- a/lua/autorun/gmod_integration.lua +++ b/lua/autorun/gmod_integration.lua @@ -33,7 +33,7 @@ else end gmInte = gmInte || {} -gmInte.version = "5.0.7" // This will be automatically updated by GitHub Actions +gmInte.version = "5.0.8" // This will be automatically updated by GitHub Actions gmInte.config = {} gmInte.useDataConfig = true gmInte.dllInstalled = dllInstalled