Skip to content

Commit 39cd5d6

Browse files
Merge pull request #93 from ithinkandicode/add-version-number
Add version constant
2 parents a330c86 + aedd826 commit 39cd5d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

addons/mod_loader/mod_loader.gd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# ModLoader - A mod loader for GDScript
22
#
3-
# Version 2.0.0
4-
#
53
# Written in 2021 by harrygiel <[email protected]>,
64
# in 2021 by Mariusz Chwalba <[email protected]>,
75
# in 2022 by Vladimir Panteleev <[email protected]>,
@@ -28,6 +26,8 @@ extends Node
2826
# Most of these settings should never need to change, aside from the DEBUG_*
2927
# options (which should be `false` when distributing compiled PCKs)
3028

29+
const MODLOADER_VERSION = "4.2.0"
30+
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
3333
# be useful for debugging

0 commit comments

Comments
 (0)