Skip to content

Commit

Permalink
Merge pull request #136 from hydephp/release/v0.7.53
Browse files Browse the repository at this point in the history
HydeCLI v0.7.53
  • Loading branch information
caendesilva committed Apr 20, 2024
2 parents 9333e50 + 95a3390 commit e7fe02d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ jobs:
- name: Verify the signature
if: github.event.repository.full_name == 'hydephp/cli'
run: gpg --verify builds/hyde.asc builds/hyde
run: |
gpg --import-ownertrust <<< "657B4D97184E9E6E596E6EA13B829782D5B7BA59:6:"
gpg --verify builds/hyde.asc builds/hyde
- name: Upload signature artifact
if: github.event.repository.full_name == 'hydephp/cli'
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.52';
final public const APP_VERSION = '0.7.53';

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 e7fe02d

Please sign in to comment.