1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-13 18:24:57 +02:00

Bump version to 3.0.185

This commit is contained in:
Ryan Cramer
2021-09-17 15:50:07 -04:00
parent 75db68ef06
commit 8cb157abbb

View File

@@ -79,13 +79,13 @@ class ProcessWire extends Wire {
* Reversion revision number * Reversion revision number
* *
*/ */
const versionRevision = 184; const versionRevision = 185;
/** /**
* 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