Skip to content

Commit 11e58b6

Browse files
Bump version to 3.10.1 (#2821)
1 parent 933986d commit 11e58b6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.0',
25+
'version' => '3.10.1',
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.0",
3+
"version": "3.10.1",
44
"description": "Continuous integration dashboard.",
55
"repository": "https://github.com/Kitware/CDash",
66
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)