Skip to content

Commit

Permalink
Hotfix 3723
Browse files Browse the repository at this point in the history
  • Loading branch information
shalkya committed Sep 19, 2021
1 parent 1f96c4a commit 2a7b4ea
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ master|develop
------------ | -------------
[![Build Status](https://travis-ci.org/FAForever/fa.svg?branch=master)](https://travis-ci.org/FAForever/fa) | [![Build Status](https://travis-ci.org/FAForever/fa.svg?branch=develop)](https://travis-ci.org/FAForever/fa)

Current patch is: 3722
Current patch is: 3723

Changelog can be found [here](changelog.md).

Expand Down
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Patch 3723 (19 September, 2021)
============================
- Fixed a bug preventing from spawning the wreck of some experimentals

### Contributors
- Jip

Patch 3722 (19 September, 2021)
============================
### Lobby
Expand Down
12 changes: 11 additions & 1 deletion lua/ui/lobby/changelogData.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
last_version = 3722
last_version = 3723
gamePatches = {
{
version = 3723,
name = 'Hotfix 3723',
description = {
'Fixed a bug preventing from spawning the wreck of some experimentals',
'',
'**Contributors**',
'- Jip',
},
},
{
version = 3722,
name = 'Hotfix 3722',
Expand Down
2 changes: 1 addition & 1 deletion lua/version.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local Version = '3722'
local Version = '3723'
function GetVersion()
LOG('Supreme Commander: Forged Alliance version ' .. Version)
return Version
Expand Down
2 changes: 1 addition & 1 deletion mod_info.lua
Original file line number Diff line number Diff line change
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 = 3722
version = 3723
_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 2a7b4ea

Please sign in to comment.