Skip to content

Commit

Permalink
ISSUE-204: Bump app version
Browse files Browse the repository at this point in the history
  • Loading branch information
robiningelbrecht committed Jan 28, 2025
1 parent 88065f2 commit 01a02b9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

final readonly class BuildHtmlVersionCommandHandler implements CommandHandler
{
private const string APP_VERSION = 'v0.4.5';
private const string APP_VERSION = 'v0.4.6';

public function __construct(
private ActivityRepository $activityRepository,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@
</a>
</div>
<div class="flex justify-center gap-x-1 text-xs text-center text-gray-500">
<span>v0.4.5</span>
<span class="hidden" data-latest-version data-current-version="v0.4.5">
<span>v0.4.6</span>
<span class="hidden" data-latest-version data-current-version="v0.4.6">
(latest: <a class="underline" href="https://github.com/robiningelbrecht/strava-statistics/releases/tag/%5BLATEST_VERSION%5D">[LATEST_VERSION]</a>)
</span>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,8 @@
</a>
</div>
<div class="flex justify-center gap-x-1 text-xs text-center text-gray-500">
<span>v0.4.5</span>
<span class="hidden" data-latest-version data-current-version="v0.4.5">
<span>v0.4.6</span>
<span class="hidden" data-latest-version data-current-version="v0.4.6">
(latest: <a class="underline" href="https://github.com/robiningelbrecht/strava-statistics/releases/tag/%5BLATEST_VERSION%5D">[LATEST_VERSION]</a>)
</span>
</div>
Expand Down
Binary file modified tests/strava.db
Binary file not shown.

0 comments on commit 01a02b9

Please sign in to comment.