Skip to content

Commit bd3ebb7

Browse files
authored
chore: bump version (#478)
1 parent 5a940ce commit bd3ebb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

addons/mod_loader/mod_loader_store.gd

Lines changed: 2 additions & 2 deletions
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 := "7.0.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
@@ -28,7 +28,7 @@ const MOD_HOOK_PACK_NAME := "mod-hooks.zip"
2828
# Set to true to require using "--enable-mods" to enable them
2929
const REQUIRE_CMD_LINE := false
3030

31-
const LOG_NAME = "ModLoader:Store"
31+
const LOG_NAME := "ModLoader:Store"
3232

3333
# Vars
3434
# =============================================================================

0 commit comments

Comments
 (0)