diff --git a/wire/core/ProcessWire.php b/wire/core/ProcessWire.php index 2fb42551..822118c2 100644 --- a/wire/core/ProcessWire.php +++ b/wire/core/ProcessWire.php @@ -79,13 +79,13 @@ class ProcessWire extends Wire { * Reversion revision number * */ - const versionRevision = 224; + const versionRevision = 225; /** * Version suffix string (when applicable) * */ - const versionSuffix = 'dev'; + const versionSuffix = ''; /** * Minimum required index.php version, represented by the PROCESSWIRE define