1
0
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:
Ryan Cramer
2020-01-17 15:37:48 -05:00
parent d68b8267b1
commit e2ace10dbc

View File

@@ -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