Skip to content

Commit

Permalink
Set HydeFront version to v1.5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed May 5, 2022
1 parent 0f3801e commit 635607d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/AssetService.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class AssetService implements AssetServiceContract
*
* @property string $version HydeFront SemVer Tag
*/
public string $version = 'v1.4';
public string $version = 'v1.5';

public function version(): string
{
Expand Down

0 comments on commit 635607d

Please sign in to comment.