Add support for WCOS ReleaseType

This commit is contained in:
abbodi1406
2021-02-06 16:28:40 +03:00
parent 088cea8302
commit 0c0318fc65
4 changed files with 40 additions and 8 deletions

View File

@ -2,7 +2,7 @@
require_once dirname(__FILE__).'/../api/shared/main.php';
function brand($script = null) {
$projVersion = '1.0.2';
$projVersion = '1.0.3';
return 'UUP dump standalone v'.$projVersion;
}