Skip to content

Commit

Permalink
Change version to the (pretty) framework version
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Apr 1, 2022
1 parent 7569fb7 commit 973cc74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hyde.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Hyde
*/
public static function version(): string
{
return InstalledVersions::getVersion('hyde/hyde') ?: 'unreleased';
return InstalledVersions::getPrettyVersion('hyde/framework') ?: 'unreleased';
}

/**
Expand Down

0 comments on commit 973cc74

Please sign in to comment.