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

Establish dev branch

This commit is contained in:
Ryan Cramer
2016-10-04 11:06:46 -04:00
parent c5eaf61dfc
commit d965cbb0ba

View File

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