diff --git a/wire/core/ProcessWire.php b/wire/core/ProcessWire.php index a810efa9..68dc53c9 100644 --- a/wire/core/ProcessWire.php +++ b/wire/core/ProcessWire.php @@ -46,13 +46,13 @@ class ProcessWire extends Wire { * Reversion revision number * */ - const versionRevision = 148; + const versionRevision = 149; /** * Version suffix string (when applicable) * */ - const versionSuffix = ''; + const versionSuffix = 'dev'; /** * Minimum required index.php version, represented by the PROCESSWIRE define