Skip to content

Commit 1c4663f

Browse files
authored
Merge pull request #30 from Spartan322/4.3-sync/6b2a156
Sync with tag redot-4.3.1-stable (Redot-Engine/redot-engine@6b2a156)
2 parents 1b688b3 + 0afd200 commit 1c4663f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
# Only used for the cache key. Increment version to force clean build.
77
GODOT_BASE_BRANCH: master
88
# Used to select the version of Redot to run the tests with.
9-
REDOT_TEST_VERSION: 4.3.1-rc.1
9+
REDOT_TEST_VERSION: 4.3.1-stable
1010
# Use UTF-8 on Linux.
1111
LANG: en_US.UTF-8
1212
LC_ALL: en_US.UTF-8

gdextension/extension_api.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
"version_major": 4,
44
"version_minor": 3,
55
"version_patch": 1,
6-
"version_status": "rc",
7-
"version_status_version": 1,
6+
"version_status": "stable",
7+
"version_status_version": 0,
88
"version_build": "official",
9-
"version_full_name": "Redot Engine v4.3.1.rc.1.official"
9+
"version_full_name": "Redot Engine v4.3.1.stable.official"
1010
},
1111
"header": {
1212
"version_major": 4,
1313
"version_minor": 3,
1414
"version_patch": 1,
1515
"version_status": "dev",
16-
"version_build": "redot.custom_build",
17-
"version_full_name": "Godot Engine v4.3.1.dev.redot.custom_build"
16+
"version_build": "redot.official",
17+
"version_full_name": "Godot Engine v4.3.1.dev.redot.official"
1818
},
1919
"builtin_class_sizes": [
2020
{

0 commit comments

Comments
 (0)