Skip to content

Commit

Permalink
Merge pull request #212 from hydephp/release/v0.10.1
Browse files Browse the repository at this point in the history
HydeCLI v0.10.1
  • Loading branch information
caendesilva authored Jun 11, 2024
2 parents 3ebb15e + 9ea6a75 commit 6517f47
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
uses: docker/metadata-action@96383f45573cb7f253c731d3b3ab81c87ef81934 # v5.0.0
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,ref=refs/heads/stable
type=raw,value=latest
# Build and push Docker image with Buildx
# https://github.com/docker/build-push-action
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.0';
final public const APP_VERSION = '0.10.1';

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 6517f47

Please sign in to comment.