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

Bump version 3.0.35

This commit is contained in:
Ryan Cramer
2016-09-30 12:51:52 -04:00
parent 7e7c74f3e7
commit d698b38d03

View File

@@ -28,7 +28,7 @@ class ProcessWire extends Wire {
const versionMajor = 3; const versionMajor = 3;
const versionMinor = 0; const versionMinor = 0;
const versionRevision = 34; const versionRevision = 35;
const versionSuffix = ''; const versionSuffix = '';
const indexVersion = 300; // required version for index.php file (represented by PROCESSWIRE define) const indexVersion = 300; // required version for index.php file (represented by PROCESSWIRE define)