Skip to content

Commit

Permalink
Merge pull request #140 from hydephp/release/v0.7.56
Browse files Browse the repository at this point in the history
HydeCLI v0.7.56
  • Loading branch information
caendesilva authored Apr 20, 2024
2 parents 14321ad + c711c9d commit e936d8a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
if: github.event.repository.full_name == 'hydephp/cli'
run: |
gpg --keyserver keys.openpgp.org --recv-keys 657B4D97184E9E6E596E6EA13B829782D5B7BA59
gpg --fingerprint 657B4D97184E9E6E596E6EA13B829782D5B7BA59
echo "trust\n5\ny\n" | gpg --no-tty --command-fd 0 --edit-key 657B4D97184E9E6E596E6EA13B829782D5B7BA59
gpg --verify builds/hyde.asc builds/hyde
Expand Down
2 changes: 1 addition & 1 deletion app/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class Application extends \Hyde\Foundation\Application
{
final public const APP_VERSION = '0.7.55';
final public const APP_VERSION = '0.7.56';

public function getCachedPackagesPath(): string
{
Expand Down
Binary file modified builds/hyde
Binary file not shown.
Binary file modified builds/hyde.asc
Binary file not shown.

0 comments on commit e936d8a

Please sign in to comment.