Skip to content

Commit

Permalink
Merge pull request #218 from hydephp/release/v0.10.6
Browse files Browse the repository at this point in the history
HydeCLI v0.10.6
  • Loading branch information
caendesilva authored Jun 11, 2024
2 parents b8a4f7b + 72cf25d commit 527f883
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Experimental cleanup
run: |
rm builds/hyde.sig
rm builds/signature.bin
# Install the cosign tool
# https://github.com/sigstore/cosign-installer
- name: Install cosign
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.10.5';
final public const APP_VERSION = '0.10.6';

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

0 comments on commit 527f883

Please sign in to comment.