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

Bump version to 3.0.224

This commit is contained in:
Ryan Cramer
2023-08-04 14:34:36 -04:00
parent 0f8615bf88
commit 7afe6fa9cf

View File

@@ -79,7 +79,7 @@ class ProcessWire extends Wire {
* Reversion revision number * Reversion revision number
* *
*/ */
const versionRevision = 223; const versionRevision = 224;
/** /**
* Version suffix string (when applicable) * Version suffix string (when applicable)
@@ -563,7 +563,7 @@ class ProcessWire extends Wire {
} }
$this->updater = $modules->get('SystemUpdater'); $this->updater = $modules->get('SystemUpdater');
if(!$this->updater) { if(!$this->updater) {
$modules->resetCache(); $modules->refresh();
$this->updater = $modules->get('SystemUpdater'); $this->updater = $modules->get('SystemUpdater');
} }