diff --git a/wire/core/ProcessWire.php b/wire/core/ProcessWire.php index 855a11d7..8d925ea5 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 2019 by Ryan Cramer + * ProcessWire 3.x, Copyright 2020 by Ryan Cramer * https://processwire.com * * @property Fuel $fuel @@ -46,7 +46,7 @@ class ProcessWire extends Wire { * Reversion revision number * */ - const versionRevision = 147; + const versionRevision = 148; /** * Version suffix string (when applicable)