Skip to content

Commit d100731

Browse files
authored
chore: ✏️ update version number to 6.3.0 (#525)
1 parent 24e7295 commit d100731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/mod_loader/mod_loader_store.gd

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ extends Node
1212
# Most of these settings should never need to change, aside from the DEBUG_*
1313
# options (which should be `false` when distributing compiled PCKs)
1414

15-
const MODLOADER_VERSION = "6.2.0"
15+
const MODLOADER_VERSION = "6.3.0"
1616

1717
# If true, a complete array of filepaths is stored for each mod. This is
1818
# disabled by default because the operation can be very expensive, but may

0 commit comments

Comments
 (0)