Skip to content

Commit

Permalink
Update Version
Browse files Browse the repository at this point in the history
  • Loading branch information
NamesAreHard6600 committed Mar 7, 2023
1 parent 59d0306 commit 6ba5c7b
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 @@ -15,7 +15,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.9.0"
self.version = "2.9.1"
LOG("GAME VERSION", self:getGameVersion())
LOG("MOD-API VERSION", self.version)
LOGD("Parent directory:", parentDirectory)
Expand Down

0 comments on commit 6ba5c7b

Please sign in to comment.