WNC stuff

This commit is contained in:
2024-11-26 12:29:49 +03:00
parent 3b95bf3edc
commit 70c73a9ff2
2 changed files with 15 additions and 15 deletions

View File

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