From 73f16197753fb5320b667f596fa7eb9ee6d2d031 Mon Sep 17 00:00:00 2001 From: GP Garcia <1097098+Gramps@users.noreply.github.com> Date: Wed, 3 Apr 2024 10:27:14 -0500 Subject: [PATCH] Add Godot 4.3 to list of versions (#325) --- src/constants.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/constants.php b/src/constants.php index 4a42fad..1f8f4f9 100644 --- a/src/constants.php +++ b/src/constants.php @@ -72,6 +72,7 @@ function double_map($array) '4.0', '4.1', '4.2', + '4.3', 'unknown', 'custom_build', ],