From 74f42455de80f37378d57db45fd8a9aafd25e42b Mon Sep 17 00:00:00 2001 From: Petricpwnz Date: Mon, 22 Nov 2021 20:17:12 +0200 Subject: [PATCH] update version to 3725 --- lua/version.lua | 2 +- mod_info.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/version.lua b/lua/version.lua index 7b752c6410..e735d83172 100644 --- a/lua/version.lua +++ b/lua/version.lua @@ -1,4 +1,4 @@ -local Version = '3724' +local Version = '3725' function GetVersion() LOG('Supreme Commander: Forged Alliance version ' .. Version) return Version diff --git a/mod_info.lua b/mod_info.lua index d4df86c89d..f1357c3a44 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 = 3724 +version = 3725 _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!"