prepare for rc release

This commit is contained in:
Andy Miller
2020-09-01 14:46:52 -06:00
parent ad8a5d9870
commit cfc8610a16
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# v1.7.0-rc.16
## mm/dd/2020
## 09/01/2020
1. [](#new)
* Added a new `svg_image()` twig function to make it easier to 'include' SVG source in Twig

View File

@@ -8,7 +8,7 @@
// Some standard defines
define('GRAV', true);
define('GRAV_VERSION', '1.7.0-rc.15');
define('GRAV_VERSION', '1.7.0-rc.16');
define('GRAV_TESTING', true);
define('DS', '/');