fix update

This commit is contained in:
Karl Hudgell 2016-01-15 20:54:22 +00:00
parent 256a77e7dd
commit b1c758c46b

View File

@ -193,7 +193,7 @@ findstr "localversion" config.php >nul 2>&1
goto END
:END
:ONE
cscript replace.vbs "config.php" "1.7" "1.7"
cscript replace.vbs "config.php" "1.6" "1.7"
echo Version Updated to 1.7
goto END
:END