1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-09 16:26:59 +02:00

Bump version to 3.0.225

This commit is contained in:
Ryan Cramer
2023-08-18 15:00:22 -04:00
parent a8894391a2
commit af80005a9c

View File

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