diff --git a/game/scripts/vscripts/addon_game_mode.lua b/game/scripts/vscripts/addon_game_mode.lua index 4d16d43de6..c1bbc9b40d 100644 --- a/game/scripts/vscripts/addon_game_mode.lua +++ b/game/scripts/vscripts/addon_game_mode.lua @@ -1,6 +1,6 @@ -- This is the entry-point to your game mode and should be used primarily to precache models/particles/sounds/etc -GAME_VERSION = "0.31.0" +GAME_VERSION = "0.32.0" CustomNetTables:SetTableValue("info", "version", { value = GAME_VERSION }) require('internal/util') diff --git a/package.json b/package.json index 507312d587..c700643765 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "open_angel_arena", - "version": "0.31.0", + "version": "0.32.0", "description": "A really great Dota 2 game mode.", "main": "index.js", "scripts": {