Skip to content

Commit e421111

Browse files
authored
Update Version Counter.
1 parent fd81458 commit e421111

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nutscript/gamemode/sh_config.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ end
1313
nut.config = nut.config or {}
1414

1515
// Don't Touch This, This's Version Counter. //
16-
nut.config.frameworkVersion = "0.18.1";
16+
nut.config.frameworkVersion = "0.18.2";
1717

1818
-- What language Nutscript shall use.
1919
nut.config.language = "korean"
@@ -206,4 +206,4 @@ if (CLIENT) then
206206
end)
207207

208208
nut.config.targetTall = nut.config.targetTall or 10
209-
end
209+
end

0 commit comments

Comments
 (0)