Skip to content

Commit

Permalink
chore: ⬆️ update version const for v6.0.1 (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
KANAjetzt authored Jun 28, 2023
1 parent 4bad0c1 commit 9abd5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/mod_loader/mod_loader_store.gd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ extends Node
# Most of these settings should never need to change, aside from the DEBUG_*
# options (which should be `false` when distributing compiled PCKs)

const MODLOADER_VERSION = "6.0.0"
const MODLOADER_VERSION = "6.0.1"

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

0 comments on commit 9abd5c8

Please sign in to comment.