Skip to content

Commit

Permalink
version (#2100)
Browse files Browse the repository at this point in the history
* version

* text [skip ci]
  • Loading branch information
nadar authored Jul 29, 2021
1 parent c04e61b commit f29e213
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
In order to read more about upgrading and BC breaks have a look at the [UPGRADE Document](UPGRADE.md).

## 2.0.1 (29. July 2021)

+ Forgot to adjust the LUYA Version Constant `luya\Boot::VERSION`.

## 2.0.0 (27. July 2021)

> Check the [UPGRADE document](UPGRADE.md) to read more about breaking changes.
Expand Down
2 changes: 1 addition & 1 deletion core/base/Boot.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '1.7.1';
const VERSION = '2.0.1';

/**
* @var string The path to the config file, which returns an array containing you configuration.
Expand Down

0 comments on commit f29e213

Please sign in to comment.