Skip to content

Commit

Permalink
update to godot 4.3-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
noah1510 committed Aug 15, 2024
1 parent 79489e3 commit d2f512f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: ./.github/workflows/compile_and_export_all.yaml
secrets: inherit
with:
GODOT_VERSION: '4.3-rc2'
GODOT_VERSION: '4.3-stable'
GODOT_REPO: 'https://github.com/godotengine/godot-builds'
UPDATE_CACHES: true

Expand Down
5 changes: 2 additions & 3 deletions extensions/extension_api.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version_major": 4,
"version_minor": 3,
"version_patch": 0,
"version_status": "rc2",
"version_status": "stable",
"version_build": "official",
"version_full_name": "Godot Engine v4.3.rc2.official"
"version_full_name": "Godot Engine v4.3.stable.official"
},
"builtin_class_sizes": [
{
Expand Down Expand Up @@ -29907,7 +29907,6 @@
{
"type": "bool",
"name": "capture_included",
"setter": "_set_capture_included",
"getter": "is_capture_included"
}
]
Expand Down

0 comments on commit d2f512f

Please sign in to comment.