Skip to content

Commit 9cd21fe

Browse files
authored
chore: ⬆️ update version const for v6.0.3 (#320)
1 parent 8f1b410 commit 9cd21fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/mod_loader/mod_loader_store.gd

Lines changed: 1 addition & 1 deletion
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.0.2"
15+
const MODLOADER_VERSION = "6.0.3"
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)