diff --git a/CHANGELOG.md b/CHANGELOG.md index cef87dd84..50aca24d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # v1.7.42 -## mm/dd/2023 +## 06/14/2023 1. [](#new) * Added a new `system.languages.debug` option that adds a `` around strings translated with `|t`. This can be styled by the theme as needed. diff --git a/system/defines.php b/system/defines.php index 02b37c901..634cb524a 100644 --- a/system/defines.php +++ b/system/defines.php @@ -9,7 +9,7 @@ // Some standard defines define('GRAV', true); -define('GRAV_VERSION', '1.7.41.2'); +define('GRAV_VERSION', '1.7.42'); define('GRAV_SCHEMA', '1.7.0_2020-11-20_1'); define('GRAV_TESTING', false);