Skip to content

Commit 70e9860

Browse files
committed
prepare beta release
Signed-off-by: Andy Miller <rhuk@mac.com>
1 parent 4af22ed commit 70e9860

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
## 09/22/2025
33

44
1. [](#bugfix)
5-
* Fixed a bug with
5+
* Fixed a missing YamlLinter::exists() method
6+
67
# v1.8.0-beta.5
78
## 09/22/2025
89

system/defines.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
// Some standard defines
1111
define('GRAV', true);
12-
define('GRAV_VERSION', '1.8.0-beta.5');
12+
define('GRAV_VERSION', '1.8.0-beta.6');
1313
define('GRAV_SCHEMA', '1.8.0_2025-09-21_0');
1414
define('GRAV_TESTING', true);
1515

0 commit comments

Comments
 (0)