Skip to content

Commit f29e213

Browse files
authored
version (#2100)
* version * text [skip ci]
1 parent c04e61b commit f29e213

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
44
In 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.

core/base/Boot.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)