From dea0757ca77d75fa310bb0b53b6a5eded9435b58 Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Fri, 6 Nov 2015 16:05:22 -0500 Subject: [PATCH] bump version number to 2.6.23 rc2 --- wire/core/ProcessWire.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wire/core/ProcessWire.php b/wire/core/ProcessWire.php index 4bfc4f29..2da94650 100644 --- a/wire/core/ProcessWire.php +++ b/wire/core/ProcessWire.php @@ -36,8 +36,8 @@ class ProcessWire extends Wire { const versionMajor = 2; const versionMinor = 6; - const versionRevision = 22; - const versionSuffix = 'rc1'; + const versionRevision = 23; + const versionSuffix = 'rc2'; const indexVersion = 250; // required version for index.php file (represented by PROCESSWIRE define)