1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-14 10:45:54 +02:00

Bump version to 3.0.164

This commit is contained in:
Ryan Cramer
2020-07-31 13:51:05 -04:00
parent abc9cd8adc
commit b429de71e3

View File

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