Skip to content

Commit 2a0b5d2

Browse files
Fix reported version when installing from release tarballs (#2281)
Bump patch version and fix version reported in footer for installation from release tarballs. Fixes #2280 --------- Co-authored-by: William Allen <[email protected]>
1 parent d247d95 commit 2a0b5d2

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
@@ -21,7 +21,7 @@
2121
'expires' => env('PASSWORD_EXPIRATION', 0),
2222
'unique' => env('UNIQUE_PASSWORD_COUNT', 0),
2323
],
24-
'version' => '3.4.0',
24+
'version' => '3.4.3',
2525
'registration' => [
2626
'email' => [
2727
'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.4.0",
3+
"version": "3.4.3",
44
"description": "Continuous integration dashboard.",
55
"repository": "https://github.com/Kitware/CDash",
66
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)