prepare for release

This commit is contained in:
Andy Miller
2020-02-03 10:04:26 -07:00
parent 192cc4eb9b
commit 463a55897c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# v1.6.20
## mm/dd/2019
## 03/02/2020
1. [](#bugfix)
* Fixed incorrect routing caused by `str_replace()` in `Uri::init()` [#2754](https://github.com/getgrav/grav/issues/2754)

View File

@@ -8,7 +8,7 @@
// Some standard defines
define('GRAV', true);
define('GRAV_VERSION', '1.6.19');
define('GRAV_VERSION', '1.6.20');
define('GRAV_TESTING', false);
define('DS', '/');