From bb0d5b2090da1b6a3b9d57afad9cedd02318bea7 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Wed, 17 Sep 2025 00:09:12 +0200 Subject: [PATCH] Add Godot 4.5 to the list of versions --- src/constants.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/constants.php b/src/constants.php index 4684ad6..cb8ac27 100644 --- a/src/constants.php +++ b/src/constants.php @@ -75,6 +75,7 @@ return $constants = [ '4.2', '4.3', '4.4', + '4.5', 'unknown', 'custom_build', ],