We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24e7295 commit d100731Copy full SHA for d100731
addons/mod_loader/mod_loader_store.gd
@@ -12,7 +12,7 @@ extends Node
12
# Most of these settings should never need to change, aside from the DEBUG_*
13
# options (which should be `false` when distributing compiled PCKs)
14
15
-const MODLOADER_VERSION = "6.2.0"
+const MODLOADER_VERSION = "6.3.0"
16
17
# If true, a complete array of filepaths is stored for each mod. This is
18
# disabled by default because the operation can be very expensive, but may
0 commit comments