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