diff --git a/shared/main.php b/shared/main.php index ecebfe2..1bb826c 100644 --- a/shared/main.php +++ b/shared/main.php @@ -16,7 +16,7 @@ limitations under the License. */ function uupApiVersion() { - return '1.38.0-dev'; + return '1.38.0'; } require_once dirname(__FILE__).'/auths.php';