From 8cb157abbbe8d0b57082886fb95909811746056a Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Fri, 17 Sep 2021 15:50:07 -0400 Subject: [PATCH] Bump version to 3.0.185 --- 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 f719d120..54d16587 100644 --- a/wire/core/ProcessWire.php +++ b/wire/core/ProcessWire.php @@ -79,13 +79,13 @@ class ProcessWire extends Wire { * Reversion revision number * */ - const versionRevision = 184; + const versionRevision = 185; /** * Version suffix string (when applicable) * */ - const versionSuffix = ''; + const versionSuffix = 'dev'; /** * Minimum required index.php version, represented by the PROCESSWIRE define