1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-11 09:14:58 +02:00

Bump version to 3.0.182

This commit is contained in:
Ryan Cramer
2021-07-23 15:40:29 -04:00
parent 2ab7180d65
commit 0839ab77fe

View File

@@ -35,7 +35,6 @@ require_once(__DIR__ . '/boot.php');
* @property Fuel $fuel
* @property WireHooks $hooks
* @property WireInput $input
* @property Inputfields $inputfields
* @property Languages $languages (present only if LanguageSupport installed)
* @property WireLog $log
* @property WireMailTools $mail
@@ -80,7 +79,7 @@ class ProcessWire extends Wire {
* Reversion revision number
*
*/
const versionRevision = 181;
const versionRevision = 182;
/**
* Version suffix string (when applicable)