From 4551748659f933641dcd0a6a5e2ee16c5a518f5e Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Fri, 16 Mar 2018 10:30:08 -0400 Subject: [PATCH] Bump version to 3.0.96 --- 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 8467567b..65808035 100644 --- a/wire/core/ProcessWire.php +++ b/wire/core/ProcessWire.php @@ -17,7 +17,7 @@ require_once(__DIR__ . '/boot.php'); * ~~~~~ * #pw-body * - * ProcessWire 3.x, Copyright 2017 by Ryan Cramer + * ProcessWire 3.x, Copyright 2018 by Ryan Cramer * https://processwire.com * * @method init() @@ -45,7 +45,7 @@ class ProcessWire extends Wire { * Reversion revision number * */ - const versionRevision = 95; + const versionRevision = 96; /** * Version suffix string (when applicable)