Forgot update build num

Forgot to update the build number to 100. Whoops.
This commit is contained in:
mrSkortch 2021-08-16 01:50:11 -06:00
parent 28da804e80
commit d9130cb57a
2 changed files with 2 additions and 6 deletions

View File

@ -35,7 +35,7 @@ mist = {}
-- don't change these
mist.majorVersion = 4
mist.minorVersion = 5
mist.build = 98
mist.build = 100
-- forward declaration of log shorthand
local log
@ -5027,8 +5027,6 @@ do -- mist.debug scope
function mist.debug.changeSetting(s)
if type(s) == 'table' then
for sName, sVal in pairs(s) do
env.info(sName)
env.info(sVal)
if type(sVal) == 'string' or type(sVal) == 'number' then
if sName == 'log' then
mistSettings[sName] = sVal

View File

@ -35,7 +35,7 @@ mist = {}
-- don't change these
mist.majorVersion = 4
mist.minorVersion = 5
mist.build = 98
mist.build = 100
-- forward declaration of log shorthand
local log
@ -5027,8 +5027,6 @@ do -- mist.debug scope
function mist.debug.changeSetting(s)
if type(s) == 'table' then
for sName, sVal in pairs(s) do
env.info(sName)
env.info(sVal)
if type(sVal) == 'string' or type(sVal) == 'number' then
if sName == 'log' then
mistSettings[sName] = sVal