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