diff options
author | Hop311 <Hop3114@gmail.com> | 2023-11-11 12:38:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-11 12:38:07 +0100 |
commit | fde76d477cba7e0366bece3def9203515723fd86 (patch) | |
tree | 50e1ac045e4c4a380b4c1808af5daa5dc4e7c4a3 /.github | |
parent | 0008bd6bf3d00cc284199be668c0b03d9f2c5d77 (diff) | |
parent | 65fd744ca390a4bb0c4103992e8f1084d6933ffe (diff) |
Merge pull request #164 from Spartan322/update/godot4.1.3-stable
Update to Godot 4.1.3 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 ce7265f..6702d90 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.1.1 + GODOT_VERSION: 4.1.3 GODOT_VERSION_TYPE: stable OPENVIC_BASE_BRANCH: master |