diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index bd46209bb..cd035ab1a 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This project make usage of the [Yii Versioning Strategy](https://github.com/yiisoft/yii2/blob/master/docs/internals/versions.md). In order to read more about upgrading and BC breaks have a look at the [UPGRADE Document](UPGRADE.md). -## 1.0.3 (in progress) +## 1.0.3 (24. January 2018) ### Changed diff --git a/core/base/Boot.php b/core/base/Boot.php index eabe8daa6..a60bbf4df 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/CHANGELOG.md) */ - const VERSION = '1.0.2'; + const VERSION = '1.0.3'; /** * @var string The path to the config file, which returns an array containing you configuration.