prepare for release

Signed-off-by: Andy Miller <rhuk@mac.com>
This commit is contained in:
Andy Miller
2025-10-22 21:16:07 -06:00
parent f73df193ad
commit ef48476c88
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
# v1.7.50.3
## 10/21/2025
1. [](#bugfix)
* Restored `user/config/system.yaml` to 1.7 branch version (testing mode off)
# v1.7.50.2
## 10/21/2025

View File

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