diff options
author | George L. Albany <Megacake1234@gmail.com> | 2024-05-04 16:39:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-04 16:39:51 +0200 |
commit | bf3df0ee900f406a5a2aa56609ecb89c67055351 (patch) | |
tree | c9891fc675ed60f2390b5a25f3acaea21143f15f /.github | |
parent | 2fc3f945f22966d209986ab38575aa26e2e6c1fd (diff) | |
parent | 812d82dee030299b33181c102f906d58781d4fe0 (diff) |
Merge pull request #224 from Spartan322/update/godot4.2.2-stable
Update to Godot 4.2.2 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 afc2d7e..c888b57 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -20,7 +20,7 @@ on: env: GODOT_BASE_DOWNLOAD_URL: https://github.com/godotengine/godot - GODOT_VERSION: 4.2.1 + GODOT_VERSION: 4.2.2 GODOT_VERSION_TYPE: stable OPENVIC_BASE_BRANCH: master |