mirror of
https://github.com/processwire/processwire.git
synced 2025-08-12 17:54:44 +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
|
* Reversion revision number
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
const versionRevision = 148;
|
const versionRevision = 149;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Version suffix string (when applicable)
|
* Version suffix string (when applicable)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
const versionSuffix = '';
|
const versionSuffix = 'dev';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Minimum required index.php version, represented by the PROCESSWIRE define
|
* Minimum required index.php version, represented by the PROCESSWIRE define
|
||||||
|
Reference in New Issue
Block a user