Skip to content

Commit

Permalink
Fix reported version when installing from release tarballs (#2281)
Browse files Browse the repository at this point in the history
Bump patch version and fix version reported in footer for installation
from release tarballs.

Fixes #2280

---------

Co-authored-by: William Allen <16820599+williamjallen@users.noreply.github.com>
  • Loading branch information
zackgalbreath and williamjallen authored Jun 20, 2024
1 parent d247d95 commit 2a0b5d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/cdash.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'expires' => env('PASSWORD_EXPIRATION', 0),
'unique' => env('UNIQUE_PASSWORD_COUNT', 0),
],
'version' => '3.4.0',
'version' => '3.4.3',
'registration' => [
'email' => [
'verify' => env('REGISTRATION_EMAIL_VERIFY', true),
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cdash",
"version": "3.4.0",
"version": "3.4.3",
"description": "Continuous integration dashboard.",
"repository": "https://github.com/Kitware/CDash",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit 2a0b5d2

Please sign in to comment.