From 580216221f5ff8306e6e2ec39feb0b4a35a1d53f Mon Sep 17 00:00:00 2001 From: orin Date: Wed, 25 Oct 2023 19:22:37 +0200 Subject: [PATCH] 1.1.4 --- shared/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/main.php b/shared/main.php index f5565f8..7c2146e 100644 --- a/shared/main.php +++ b/shared/main.php @@ -2,7 +2,7 @@ require_once dirname(__FILE__).'/../api/shared/main.php'; function brand($script = null) { - $projVersion = '1.1.3'; + $projVersion = '1.1.4'; return 'UUP dump standalone v'.$projVersion; }