diff --git a/CHANGELOG.md b/CHANGELOG.md index a980a9221..4196bfc67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# v1.7.2 +# v1.7.3 ## 01/21/2021 1. [](#improved) @@ -12,6 +12,12 @@ * Fixed Clockwork debugger in sub-folder multi-site setups * Fixed `Unsupported option "curl" passed to "Symfony\Component\HttpClient\CurlHttpClient"` in `bin/gpm selfupgrade` [#3165](https://github.com/getgrav/grav/issues/3165) +# v1.7.2 +## 01/21/2021 + +1. [](#improved) + * This release was pulled due to a bug in the installer, 1.7.3 replaces it. + # v1.7.1 ## 01/20/2021 diff --git a/system/defines.php b/system/defines.php index 1bc79a711..8bc03f89b 100644 --- a/system/defines.php +++ b/system/defines.php @@ -8,7 +8,7 @@ // Some standard defines define('GRAV', true); -define('GRAV_VERSION', '1.7.2'); +define('GRAV_VERSION', '1.7.3'); define('GRAV_SCHEMA', '1.7.0_2020-11-20_1'); define('GRAV_TESTING', false);