diff --git a/core/base/Boot.php b/core/base/Boot.php index 5bd7d8589..3ca1872ef 100644 --- a/core/base/Boot.php +++ b/core/base/Boot.php @@ -24,7 +24,7 @@ abstract class Boot /** * @var string The current LUYA version (see: https://github.com/luyadev/luya/blob/master/core/CHANGELOG.md) */ - public const VERSION = '2.3.0'; + public const VERSION = '2.3.2'; /** * @var string The path to the config file, which returns an array containing you configuration.