Skip to content

Commit

Permalink
Merge pull request #468 from hydephp/bump-hydefront
Browse files Browse the repository at this point in the history
Load HydeFront v1.9.x needed for HydeSearch
  • Loading branch information
caendesilva authored May 30, 2022
2 parents 86fff1d + ddd90fe commit d9c806c
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.8';
public string $version = 'v1.9';

public function version(): string
{
Expand Down

0 comments on commit d9c806c

Please sign in to comment.