From 0c492a56ca9ff8eeeabd74014f56a2f1a117ba21 Mon Sep 17 00:00:00 2001 From: Linventif Date: Thu, 28 Dec 2023 02:56:41 +0100 Subject: [PATCH] update version --- 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 3c29804..a11e4d7 100644 --- a/lua/autorun/gmod_integration.lua +++ b/lua/autorun/gmod_integration.lua @@ -5,7 +5,7 @@ if game.SinglePlayer() then return end // gmInte = {} -gmInte.version = "0.1.8" +gmInte.version = "0.1.9" gmInte.config = { ["redownloadMaterials"] = false, }