Skip to content

Commit 12f47d1

Browse files
Bump version to 4.3.0 (#3068)
1 parent 2e3b792 commit 12f47d1

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
@@ -24,7 +24,7 @@
2424
'min' => env('MINIMUM_PASSWORD_LENGTH', 5),
2525
'expires' => env('PASSWORD_EXPIRATION', 0),
2626
],
27-
'version' => '4.2.0',
27+
'version' => '4.3.0',
2828
'registration' => [
2929
'email' => [
3030
'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": "4.2.0",
3+
"version": "4.3.0",
44
"description": "Continuous integration dashboard.",
55
"repository": "https://github.com/Kitware/CDash",
66
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)