Update OpenLoco version to v21.08

This commit is contained in:
duncanspumpkin 2021-08-12 22:08:07 +01:00
parent 9c24c21227
commit 7aecfa55ef
4 changed files with 5 additions and 5 deletions

View File

@ -9,8 +9,8 @@ assignees: ''
**Version information:**
- Platform: [e.g. Windows 10]
- Version: [e.g. 21.07]
- Build/commit: [e.g. f280941]
- Version: [e.g. 21.08]
- Build/commit: [e.g. 9c24c21]
**Describe the bug**
A clear and concise description of what the bug is.

View File

@ -2,7 +2,7 @@ name: CI
on: [push, pull_request]
env:
OPENLOCO_BUILD_SERVER: GitHub
OPENLOCO_VERSION: 21.07
OPENLOCO_VERSION: 21.08
jobs:
check-code-formatting:
name: Check code formatting

View File

@ -1,4 +1,4 @@
21.07+ (???)
21.08 (2021-08-12)
------------------------------------------------------------------------
- Fix: [#366] People and mail cargo incorrectly delivered to far away stations.
- Fix: [#1035] Incorrect colour selection when building buildings.

View File

@ -1,7 +1,7 @@
#include "OpenLoco.h"
#define NAME "OpenLoco"
#define VERSION "21.07"
#define VERSION "21.08"
namespace OpenLoco
{