From 823b6caa23f5d0706ef71166e6c9c02c77240ef5 Mon Sep 17 00:00:00 2001 From: William Allen <16820599+williamjallen@users.noreply.github.com> Date: Wed, 23 Oct 2024 15:26:34 -0400 Subject: [PATCH] Bump version to 3.6.0-rc1 (#2511) --- config/cdash.php | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/cdash.php b/config/cdash.php index 129d7a9e9..b5b8b76fc 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.1', + 'version' => '3.6.0', 'registration' => [ 'email' => [ 'verify' => env('REGISTRATION_EMAIL_VERIFY', true), diff --git a/package-lock.json b/package-lock.json index 41d6c6051..d8b51c5df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cdash", - "version": "3.5.1", + "version": "3.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cdash", - "version": "3.5.1", + "version": "3.6.0", "license": "BSD-3-Clause", "dependencies": { "@apollo/client": "^3.11.8", diff --git a/package.json b/package.json index 255422375..a85cab993 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cdash", - "version": "3.5.1", + "version": "3.6.0", "description": "Continuous integration dashboard.", "repository": "https://github.com/Kitware/CDash", "license": "BSD-3-Clause",