Allow build to be specified as a string

This commit is contained in:
2023-11-03 21:14:24 +01:00
parent 78db746a8c
commit bd9de475b0
3 changed files with 3 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.4';
$projVersion = '1.2.0';
return 'UUP dump standalone v'.$projVersion;
}