mirror of
https://github.com/processwire/processwire.git
synced 2025-08-10 08:44:46 +02:00
Bump version to 3.0.149 dev
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user