diff --git a/config/cdash.php b/config/cdash.php index 48b63acc9..648087f71 100755 --- a/config/cdash.php +++ b/config/cdash.php @@ -22,7 +22,7 @@ 'expires' => env('PASSWORD_EXPIRATION', 0), 'unique' => env('UNIQUE_PASSWORD_COUNT', 0), ], - 'version' => '3.5.0-rc4', + 'version' => '3.5.0', 'registration' => [ 'email' => [ 'verify' => env('REGISTRATION_EMAIL_VERIFY', true), diff --git a/package-lock.json b/package-lock.json index cd38e1f95..ecf5a98de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cdash", - "version": "3.5.0-rc4", + "version": "3.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cdash", - "version": "3.5.0-rc4", + "version": "3.5.0", "license": "BSD-3-Clause", "dependencies": { "@apollo/client": "^3.10.8", diff --git a/package.json b/package.json index 4d7beae3a..b3e03b20c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cdash", - "version": "3.5.0-rc4", + "version": "3.5.0", "description": "Continuous integration dashboard.", "repository": "https://github.com/Kitware/CDash", "license": "BSD-3-Clause",