1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-11 17:24:46 +02:00

Bump version to 3.0.200

This commit is contained in:
Ryan Cramer
2022-05-13 13:43:43 -04:00
parent 5636a81d15
commit 3f8e1f6a7a

View File

@@ -79,13 +79,13 @@ class ProcessWire extends Wire {
* Reversion revision number * Reversion revision number
* *
*/ */
const versionRevision = 199; const versionRevision = 200;
/** /**
* Version suffix string (when applicable) * Version suffix string (when applicable)
* *
*/ */
const versionSuffix = 'dev'; const versionSuffix = '';
/** /**
* Minimum required index.php version, represented by the PROCESSWIRE define * Minimum required index.php version, represented by the PROCESSWIRE define