From af80005a9c57db750dcb3177ddcd0a368c44aa05 Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Fri, 18 Aug 2023 15:00:22 -0400 Subject: [PATCH] Bump version to 3.0.225 --- 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 2fb42551..822118c2 100644 --- a/wire/core/ProcessWire.php +++ b/wire/core/ProcessWire.php @@ -79,13 +79,13 @@ class ProcessWire extends Wire { * Reversion revision number * */ - const versionRevision = 224; + const versionRevision = 225; /** * Version suffix string (when applicable) * */ - const versionSuffix = 'dev'; + const versionSuffix = ''; /** * Minimum required index.php version, represented by the PROCESSWIRE define