From 5c7df9ec731b91b524b51cb171910a998568bd04 Mon Sep 17 00:00:00 2001 From: Basil Suter Date: Tue, 7 Dec 2021 09:39:56 +0000 Subject: [PATCH] prepare for release --- core/base/Boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/base/Boot.php b/core/base/Boot.php index 25cae34f6..a48ceabeb 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) */ - const VERSION = '2.0.1'; + const VERSION = '2.0.2'; /** * @var string The path to the config file, which returns an array containing you configuration.