From 6f71ff3f939b036bd24c394d1def40890dc25981 Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Fri, 20 Sep 2019 15:40:23 -0400 Subject: [PATCH] Bumping version to 3.0.141, some other updates in progress but will commit those next week --- wire/core/ProcessWire.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wire/core/ProcessWire.php b/wire/core/ProcessWire.php index 70a61a4f..38b3ebe0 100644 --- a/wire/core/ProcessWire.php +++ b/wire/core/ProcessWire.php @@ -44,7 +44,7 @@ class ProcessWire extends Wire { * Reversion revision number * */ - const versionRevision = 140; + const versionRevision = 141; /** * Version suffix string (when applicable)