Skip to content

Commit b0050c1

Browse files
Bump version to 3.8.0 (#2714)
1 parent f78e107 commit b0050c1

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
@@ -23,7 +23,7 @@
2323
'expires' => env('PASSWORD_EXPIRATION', 0),
2424
'unique' => env('UNIQUE_PASSWORD_COUNT', 0),
2525
],
26-
'version' => '3.7.0',
26+
'version' => '3.8.0',
2727
'registration' => [
2828
'email' => [
2929
'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.7.0",
3+
"version": "3.8.0",
44
"description": "Continuous integration dashboard.",
55
"repository": "https://github.com/Kitware/CDash",
66
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)