We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466651d commit 2c71857Copy full SHA for 2c71857
nutscript/gamemode/sh_config.lua
@@ -13,7 +13,7 @@ end
13
nut.config = nut.config or {}
14
15
// Don't Touch This, This's Version Counter. //
16
-nut.config.frameworkVersion = "0.19.2";
+nut.config.frameworkVersion = "0.20";
17
18
-- What language Nutscript shall use.
19
nut.config.language = "korean"
0 commit comments