Skip to content

Commit

Permalink
Merge 3.6.2 into master (#2568)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjallen authored Nov 15, 2024
2 parents 42af2c5 + 029c515 commit a6cdddb
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"guzzlehttp/guzzle": "7.9.2",
"http-interop/http-factory-guzzle": "1.2.0",
"knplabs/github-api": "3.15.0",
"laravel/framework": "10.48.14",
"laravel/framework": "10.48.23",
"laravel/legacy-factories": "1.4.0",
"laravel/socialite": "5.16.0",
"laravel/ui": "4.5.2",
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

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

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.6.1',
'version' => '3.6.2',
'registration' => [
'email' => [
'verify' => env('REGISTRATION_EMAIL_VERIFY', true),
Expand Down
4 changes: 2 additions & 2 deletions 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.6.1",
"version": "3.6.2",
"description": "Continuous integration dashboard.",
"repository": "https://github.com/Kitware/CDash",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit a6cdddb

Please sign in to comment.