Skip to content

Commit

Permalink
Merge pull request #582 from hydephp/develop
Browse files Browse the repository at this point in the history
HydePHP v1.3.2 - 2023-10-30
  • Loading branch information
caendesilva authored Oct 30, 2023
2 parents 2b6df1e + acf8319 commit 6a37243
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed re

### Contributing

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
HydePHP is an open-source project, contributions are very welcome!

Development is made in the HydePHP Monorepo, which you can find here https://github.com/hydephp/develop.

### Security

Expand Down
2 changes: 1 addition & 1 deletion src/Foundation/HydeKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class HydeKernel implements SerializableContract
use Serializable;
use Macroable;

final public const VERSION = '1.3.0';
final public const VERSION = '1.3.2';

protected static self $instance;

Expand Down

0 comments on commit 6a37243

Please sign in to comment.