diff --git a/README.md b/README.md index 59102884..815776ae 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/Foundation/HydeKernel.php b/src/Foundation/HydeKernel.php index 552538b2..f0e254f6 100644 --- a/src/Foundation/HydeKernel.php +++ b/src/Foundation/HydeKernel.php @@ -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;