Skip to content

Commit

Permalink
подготовка к выпуску v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
audetv committed Apr 3, 2023
1 parent f157274 commit 78706f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/helpers/VersionHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class VersionHelper
*/
public static function version(): string
{
$version = 'v0.3.1';
$version = 'v0.3.2';
return Html::a($version, 'https://github.com/audetv/fct-search/releases/latest', ['target' => '_blank']);
}
}

0 comments on commit 78706f1

Please sign in to comment.