From e0f67aa55ea1adab3b59925534d9ff987856cfdf Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Thu, 28 Mar 2024 13:24:09 -0400 Subject: [PATCH] Bump version to 3.0.237 --- wire/core/ProcessWire.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wire/core/ProcessWire.php b/wire/core/ProcessWire.php index adec47c5..5637310a 100644 --- a/wire/core/ProcessWire.php +++ b/wire/core/ProcessWire.php @@ -17,7 +17,7 @@ require_once(__DIR__ . '/boot.php'); * ~~~~~ * #pw-body * - * ProcessWire 3.x, Copyright 2023 by Ryan Cramer + * ProcessWire 3.x, Copyright 2024 by Ryan Cramer * https://processwire.com * * Default API vars (A-Z) @@ -80,7 +80,7 @@ class ProcessWire extends Wire { * Reversion revision number * */ - const versionRevision = 236; + const versionRevision = 237; /** * Version suffix string (when applicable)