Skip to content

Commit eb5131a

Browse files
Bump version to 3.7.0 (#2666)
1 parent 8a2c320 commit eb5131a

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

0 commit comments

Comments
 (0)