From 86c0af08d0f8f76dd46852eb125bf20daa010f8e Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Fri, 22 Dec 2023 12:50:08 -0500 Subject: [PATCH] Bump version to 3.0.233 --- wire/core/ProcessWire.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wire/core/ProcessWire.php b/wire/core/ProcessWire.php index f3ea0bd3..73e3641b 100644 --- a/wire/core/ProcessWire.php +++ b/wire/core/ProcessWire.php @@ -54,6 +54,7 @@ require_once(__DIR__ . '/boot.php'); * @property Users $users * @property ProcessWire $wire * @property WireShutdown $shutdown + * @property PagesVersions|null $pagesVersions * * @method init() * @method ready() @@ -79,7 +80,7 @@ class ProcessWire extends Wire { * Reversion revision number * */ - const versionRevision = 232; + const versionRevision = 233; /** * Version suffix string (when applicable)