diff --git a/wire/core/ProcessWire.php b/wire/core/ProcessWire.php index eb267b27..65cc3eb4 100644 --- a/wire/core/ProcessWire.php +++ b/wire/core/ProcessWire.php @@ -79,7 +79,7 @@ class ProcessWire extends Wire { * Reversion revision number * */ - const versionRevision = 214; + const versionRevision = 215; /** * Version suffix string (when applicable) @@ -1285,5 +1285,3 @@ class ProcessWire extends Wire { } } - -