1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-08 07:47:00 +02:00

Bump version to 3.0.36

This commit is contained in:
Ryan Cramer
2016-10-07 11:48:44 -04:00
parent f62506c782
commit 1c2d015e33

View File

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