mirror of
https://github.com/processwire/processwire.git
synced 2025-08-11 09:14:58 +02:00
Bump version to 3.0.166
This commit is contained in:
@@ -52,6 +52,7 @@ require_once(__DIR__ . '/boot.php');
|
||||
* @property User $user
|
||||
* @property Users $users
|
||||
* @property ProcessWire $wire
|
||||
* @property WireShutdown $shutdown
|
||||
*
|
||||
* @method init()
|
||||
* @method ready()
|
||||
@@ -77,7 +78,7 @@ class ProcessWire extends Wire {
|
||||
* Reversion revision number
|
||||
*
|
||||
*/
|
||||
const versionRevision = 165;
|
||||
const versionRevision = 166;
|
||||
|
||||
/**
|
||||
* Version suffix string (when applicable)
|
||||
|
Reference in New Issue
Block a user