Skip to content

Commit

Permalink
Update modloader version for another prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
KnightMiner committed Jul 27, 2022
1 parent 175f5aa commit 9e4a2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mod_loader/modapi/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function modApi:init()
-- if we start logging before we apply the config, we may not update the log file correctly
ApplyModLoaderConfig(LoadModLoaderConfig())

self.version = "2.7.0"
self.version = "2.7.1"
LOG("GAME VERSION", self:getGameVersion())
LOG("MOD-API VERSION", self.version)
LOGD("Parent directory:", parentDirectory)
Expand Down

0 comments on commit 9e4a2c5

Please sign in to comment.