InstalledVersion == null) { $this->InstalledVersion = json_decode(file_get_contents(__DIR__ . '/../version.json')); } return $this->InstalledVersion; } }