fix update

This commit is contained in:
Karl Hudgell 2016-03-19 17:05:02 +00:00
parent 3b596d6a86
commit 8ab31ba878

View File

@ -394,7 +394,7 @@ findstr "localversion" config.php >nul 2>&1
goto END
:END
:ONE
cscript.Print() replace.vbs "config.php" "2.2" "2.3"
cscript replace.vbs "config.php" "2.2" "2.3"
echo Version Updated to 2.3
goto END
:END