Skip to content

Commit 9abd5c8

Browse files
authored
chore: ⬆️ update version const for v6.0.1 (#305)
1 parent 4bad0c1 commit 9abd5c8

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.0"
15+
const MODLOADER_VERSION = "6.0.1"
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)