From 0839ab77fe156bcea576b2b33bc1cab5889a7ffa Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Fri, 23 Jul 2021 15:40:29 -0400 Subject: [PATCH] Bump version to 3.0.182 --- wire/core/ProcessWire.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wire/core/ProcessWire.php b/wire/core/ProcessWire.php index f4f089cd..760c08c6 100644 --- a/wire/core/ProcessWire.php +++ b/wire/core/ProcessWire.php @@ -35,7 +35,6 @@ require_once(__DIR__ . '/boot.php'); * @property Fuel $fuel * @property WireHooks $hooks * @property WireInput $input - * @property Inputfields $inputfields * @property Languages $languages (present only if LanguageSupport installed) * @property WireLog $log * @property WireMailTools $mail @@ -80,7 +79,7 @@ class ProcessWire extends Wire { * Reversion revision number * */ - const versionRevision = 181; + const versionRevision = 182; /** * Version suffix string (when applicable)