File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file. This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44In order to read more about upgrading and BC breaks have a look at the [ UPGRADE Document] ( UPGRADE.md ) .
55
6+ ## 2.0.1 (29. July 2021)
7+
8+ + Forgot to adjust the LUYA Version Constant ` luya\Boot::VERSION ` .
9+
610## 2.0.0 (27. July 2021)
711
812> Check the [ UPGRADE document] ( UPGRADE.md ) to read more about breaking changes.
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ abstract class Boot
2424 /**
2525 * @var string The current LUYA version (see: https://github.com/luyadev/luya/blob/master/core/CHANGELOG.md)
2626 */
27- const VERSION = '1.7 .1 ' ;
27+ const VERSION = '2.0 .1 ' ;
2828
2929 /**
3030 * @var string The path to the config file, which returns an array containing you configuration.
You can’t perform that action at this time.
0 commit comments