prepare for beta release

Signed-off-by: Andy Miller <rhuk@mac.com>
This commit is contained in:
Andy Miller
2025-11-14 14:42:09 +00:00
parent cbf5ec57c6
commit 334e1dcabc
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
# v1.8.0-beta.23
## 11/14/2025
1. [](#improved)
* Refactored safe-upgrade from scratch with simplified 'install' step
# v1.8.0-beta.22
## 11/06/2025

View File

@@ -9,7 +9,7 @@
// Some standard defines
define('GRAV', true);
define('GRAV_VERSION', '1.8.0-beta.22');
define('GRAV_VERSION', '1.8.0-beta.23');
define('GRAV_SCHEMA', '1.8.0_2025-09-21_0');
define('GRAV_TESTING', true);