diff --git a/config/cdash.php b/config/cdash.php index 1cb8671b66..c716e5608f 100755 --- a/config/cdash.php +++ b/config/cdash.php @@ -21,7 +21,7 @@ 'expires' => env('PASSWORD_EXPIRATION', 0), 'unique' => env('UNIQUE_PASSWORD_COUNT', 0), ], - 'version' => '3.2.0', + 'version' => '3.3.0', 'registration' => [ 'email' => [ 'verify' => env('REGISTRATION_EMAIL_VERIFY', true), diff --git a/package-lock.json b/package-lock.json index 7ba0a7606d..272c73244f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cdash", - "version": "3.2.0", + "version": "3.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cdash", - "version": "3.2.0", + "version": "3.3.0", "license": "BSD-3-Clause", "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.5.1", diff --git a/package.json b/package.json index 2d4e1ae32f..3fc1f20d27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cdash", - "version": "3.2.0", + "version": "3.3.0", "description": "Continuous integration dashboard.", "repository": "https://github.com/Kitware/CDash", "license": "BSD-3-Clause",