Skip to content

Commit

Permalink
Update Version Counter.
Browse files Browse the repository at this point in the history
  • Loading branch information
10sa authored Feb 25, 2017
1 parent fd81458 commit e421111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nutscript/gamemode/sh_config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ end
nut.config = nut.config or {}

// Don't Touch This, This's Version Counter. //
nut.config.frameworkVersion = "0.18.1";
nut.config.frameworkVersion = "0.18.2";

-- What language Nutscript shall use.
nut.config.language = "korean"
Expand Down Expand Up @@ -206,4 +206,4 @@ if (CLIENT) then
end)

nut.config.targetTall = nut.config.targetTall or 10
end
end

0 comments on commit e421111

Please sign in to comment.