1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-18 13:32:32 +01:00

Release v0.3.0

This commit is contained in:
Aaron van Geffen
2020-08-15 21:13:50 +02:00
parent e758490b7e
commit 135cc10b47
12 changed files with 16 additions and 13 deletions

View File

@@ -4,7 +4,7 @@
# It should be dot sourced into your environment
if [[ "$GITHUB_ACTIONS" != "true" ]]; then
export OPENRCT2_BUILD_SERVER=$(hostname)
export OPENRCT2_VERSION=0.2.6
export OPENRCT2_VERSION=0.3.0
GITHUB_REF=$(git rev-parse --symbolic-full-name HEAD)
GITHUB_SHA=$(git rev-parse HEAD)
fi