Skip to content

Commit

Permalink
Merge pull request #214 from hydephp/release/v0.10.2
Browse files Browse the repository at this point in the history
HydeCLI v0.10.2
  • Loading branch information
caendesilva authored Jun 11, 2024
2 parents 6517f47 + 3e9379e commit 0f11e3a
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,ref=refs/heads/stable
type=ref,event=branch,ref=refs/heads/stable
type=raw,value=latest
# Build and push Docker image with Buildx
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.1';
final public const APP_VERSION = '0.10.2';

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 0f11e3a

Please sign in to comment.