Skip to content

Commit

Permalink
Bump version to 3.5.0-rc1 (#2331)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjallen committed Jul 3, 2024
1 parent f60b2dc commit 5621ab9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/cdash.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
'expires' => env('PASSWORD_EXPIRATION', 0),
'unique' => env('UNIQUE_PASSWORD_COUNT', 0),
],
'version' => '3.5.0',
'version' => '3.5.0-rc1',
'registration' => [
'email' => [
'verify' => env('REGISTRATION_EMAIL_VERIFY', true),
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cdash",
"version": "3.5.0",
"version": "3.5.0-rc1",
"description": "Continuous integration dashboard.",
"repository": "https://github.com/Kitware/CDash",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit 5621ab9

Please sign in to comment.