diff --git a/gamemode/shared.lua b/gamemode/shared.lua index 5f4af6e..f3a1ed1 100644 --- a/gamemode/shared.lua +++ b/gamemode/shared.lua @@ -11,10 +11,10 @@ GM.Email = "elias@almtech.se" GM.Website = "N/A" Quantum = {} -Quantum.Version = "v0.2-alpha" +Quantum.Version = "v0.3-alpha" Quantum.EmptyFunction = function() end include( "engine/sh_debug.lua" ) -- add the debug functions and stuff -include( "settings/sh_settings.lua" ) \ No newline at end of file +include( "settings/sh_settings.lua" )