mirror of
https://github.com/processwire/processwire.git
synced 2025-08-08 15:57:01 +02:00
Bump version to 3.0.233
This commit is contained in:
@@ -54,6 +54,7 @@ require_once(__DIR__ . '/boot.php');
|
|||||||
* @property Users $users
|
* @property Users $users
|
||||||
* @property ProcessWire $wire
|
* @property ProcessWire $wire
|
||||||
* @property WireShutdown $shutdown
|
* @property WireShutdown $shutdown
|
||||||
|
* @property PagesVersions|null $pagesVersions
|
||||||
*
|
*
|
||||||
* @method init()
|
* @method init()
|
||||||
* @method ready()
|
* @method ready()
|
||||||
@@ -79,7 +80,7 @@ class ProcessWire extends Wire {
|
|||||||
* Reversion revision number
|
* Reversion revision number
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
const versionRevision = 232;
|
const versionRevision = 233;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Version suffix string (when applicable)
|
* Version suffix string (when applicable)
|
||||||
|
Reference in New Issue
Block a user