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

Bump version to 3.0.207

This commit is contained in:
Ryan Cramer
2022-11-11 14:06:16 -05:00
parent ca344c838d
commit 880ead3521
2 changed files with 2 additions and 1 deletions

View File

@@ -79,7 +79,7 @@ class ProcessWire extends Wire {
* Reversion revision number
*
*/
const versionRevision = 206;
const versionRevision = 207;
/**
* Version suffix string (when applicable)

View File

@@ -43,6 +43,7 @@ class WireTempDir extends Wire {
*
*/
public function __construct($name = '', $basePath = '') {
parent::__construct();
if($name) $this->init($name, $basePath);
}