prepare for release

This commit is contained in:
Andy Miller
2024-03-18 11:35:20 -06:00
parent dd8d610ae0
commit 37d0498e1b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# v1.7.45
## mm/dd/2024
## 03/18/2024
1. [](#news)
* Added new Image trait for `decoding` attribute [#3796](https://github.com/getgrav/grav/pull/3796)

View File

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