diff --git a/lua/version.lua b/lua/version.lua index c36c69fe1e..bd86300a4f 100644 --- a/lua/version.lua +++ b/lua/version.lua @@ -1,7 +1,7 @@ -local Version = "3800" ----@alias PATCH "3800" ----@alias VERSION "1.5.3800" +local Version = "3781" +---@alias PATCH "3781" +---@alias VERSION "1.5.3781" ---@return PATCH function GetVersion() LOG('Supreme Commander: Forged Alliance version ' .. Version) diff --git a/mod_info.lua b/mod_info.lua index ff8fc514c0..8280c8e837 100644 --- a/mod_info.lua +++ b/mod_info.lua @@ -3,7 +3,7 @@ -- Documentation for the extended FAF mod_info.lua format can be found here: -- https://github.com/FAForever/fa/wiki/mod_info.lua-documentation name = "Forged Alliance Forever" -version = 3780 +version = 3781 _faf_modname='faf' copyright = "Forged Alliance Forever Community" description = "Forged Alliance Forever extends Forged Alliance, bringing new patches, game modes, units, ladder, and much more!"