Skip to content

Commit

Permalink
Merge pull request #238 from hydephp/release/v0.10.13
Browse files Browse the repository at this point in the history
HydeCLI v0.10.13
  • Loading branch information
caendesilva authored Jun 25, 2024
2 parents 5d00c8d + d4930b7 commit ec91ab6
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Please see [CHANGELOG](https://github.com/hydephp/cli/blob/master/CHANGELOG.md)

### Contributing

HydePHP is an open-source project, contributions are very welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidance.
HydePHP is an open-source project, contributions are very welcome! See [CONTRIBUTING.md](https://github.com/hydephp/cli/blob/master/CONTRIBUTING.md) for guidance.


### Security
Expand All @@ -85,8 +85,8 @@ All vulnerabilities will be promptly addressed.
### Credits

- [Caen De Silva](https://github.com/caendesilva), feel free to buy me a coffee! https://www.buymeacoffee.com/caen
- [All Contributors](../../contributors)
- [All Contributors](https://github.com/hydephp/cli/graphs/contributors)

### License

The MIT License. Please see the [License File](LICENSE.md) for more information.
The MIT License. Please see the [License File](https://github.com/hydephp/cli/blob/master/LICENSE.md) for more information.
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.12';
final public const APP_VERSION = '0.10.13';

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 ec91ab6

Please sign in to comment.