Add 4.0 version for assets

This allows uploading assets for the upcoming Godot 4.0 release.
This commit is contained in:
Hugo Locurcio
2020-09-23 15:44:01 +02:00
parent f5d2b92e46
commit 35c6989b6d

View File

@@ -59,14 +59,13 @@ return $constants = [
9999999 => 'custom_build'
]),
'common_godot_versions' => [
// '1.0',
// '1.1',
'2.0',
'2.1',
'2.2',
'3.0',
'3.1',
'3.2',
'4.0',
'unknown',
'custom_build',
]