Skip to content

Commit b067b24

Browse files
Bump version to 3.10.2 (#2879)
1 parent 043a2b1 commit b067b24

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

config/cdash.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
'expires' => env('PASSWORD_EXPIRATION', 0),
2323
'unique' => env('UNIQUE_PASSWORD_COUNT', 0),
2424
],
25-
'version' => '3.10.1',
25+
'version' => '3.10.2',
2626
'registration' => [
2727
'email' => [
2828
'verify' => env('REGISTRATION_EMAIL_VERIFY', true),

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cdash",
3-
"version": "3.10.1",
3+
"version": "3.10.2",
44
"description": "Continuous integration dashboard.",
55
"repository": "https://github.com/Kitware/CDash",
66
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)