prepare for release

This commit is contained in:
Andy Miller 2022-01-31 11:52:12 -07:00
parent 5b9a0fb237
commit 5248519c37
No known key found for this signature in database
GPG Key ID: 9F2CF38AEBDB0AE0
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# v1.7.30
## mm/dd/2022
# v1.7.29.1
## 01/31/2022
3. [](#bugfix)
* Fixed `Call to undefined method` error when upgrading from Grav 1.6 [#3523](https://github.com/getgrav/grav/issues/3523)

View File

@ -9,7 +9,7 @@
// Some standard defines
define('GRAV', true);
define('GRAV_VERSION', '1.7.29');
define('GRAV_VERSION', '1.7.29.1');
define('GRAV_SCHEMA', '1.7.0_2020-11-20_1');
define('GRAV_TESTING', false);