packs for ni_release Apps (#22)

This commit is contained in:
2022-03-05 21:47:49 +03:00
committed by GitHub
parent b7bab1c3ba
commit eb52f1ce9a
2 changed files with 121 additions and 3 deletions

View File

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