Skip to content

Commit

Permalink
Merge pull request #287 from hydephp/update-to-hydefront-v1.5.x
Browse files Browse the repository at this point in the history
Update HydeFront version to v1.5.x
  • Loading branch information
caendesilva authored May 5, 2022
2 parents 0f3801e + 635607d commit 24385df
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 24385df

Please sign in to comment.