Skip to content

Commit 48b2e3c

Browse files
committed
chore: updated version const to 5.0.1
1 parent a6c7ee8 commit 48b2e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/mod_loader/mod_loader.gd

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

29-
const MODLOADER_VERSION = "4.2.0"
29+
const MODLOADER_VERSION = "5.0.1"
3030

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

0 commit comments

Comments
 (0)