prepare beta release

Signed-off-by: Andy Miller <rhuk@mac.com>
This commit is contained in:
Andy Miller
2025-09-22 14:06:13 -06:00
parent 4af22edd36
commit 70e986074c
2 changed files with 3 additions and 2 deletions

View File

@@ -2,7 +2,8 @@
## 09/22/2025
1. [](#bugfix)
* Fixed a bug with
* Fixed a missing YamlLinter::exists() method
# v1.8.0-beta.5
## 09/22/2025

View File

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