From 2fb2b494ddc1699669d25dfe6b4bb3abd444506d Mon Sep 17 00:00:00 2001 From: "(Jip) Willem Wijnia" Date: Fri, 26 Jan 2024 20:29:42 +0100 Subject: [PATCH] Bump game version --- lua/version.lua | 6 +++--- mod_info.lua | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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!"