mirror of
https://github.com/processwire/processwire.git
synced 2025-08-12 01:34:31 +02:00
Bump version to 3.0.182
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user