Skip to content

Commit

Permalink
Bump game version
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed Jan 26, 2024
1 parent 37cf270 commit 2fb2b49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions 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)
Expand Down
2 changes: 1 addition & 1 deletion mod_info.lua
Expand Up @@ -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!"
Expand Down

0 comments on commit 2fb2b49

Please sign in to comment.