diff options
author | Spartan322 <Megacake1234@gmail.com> | 2023-12-17 23:37:34 +0100 |
---|---|---|
committer | Spartan322 <Megacake1234@gmail.com> | 2023-12-17 23:37:34 +0100 |
commit | c37d79668f33d6f96a82ea9f50affcd9638cf82c (patch) | |
tree | b16e133e8575b06ec461abaf6d0b8611ec3adaab /.github | |
parent | 0b3a162d3db840996c3d89e65dfe9270faebffe5 (diff) |
Update to Godot 4.2.1 Stable Release
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/builds.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index efa5c85..74c78c4 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -4,7 +4,7 @@ on: [push, pull_request] env: GODOT_BASE_DOWNLOAD_URL: https://github.com/godotengine/godot - GODOT_VERSION: 4.2 + GODOT_VERSION: 4.2.1 GODOT_VERSION_TYPE: stable OPENVIC_BASE_BRANCH: master |