Version 8.0 beta

This commit is contained in:
mattpass
2020-07-22 09:33:43 +01:00
parent 4ed6fd6c6e
commit e4479421fa
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ class Settings
public function __construct()
{
// Set version number and document root as core settings
$this->versionNo = "7.0";
$this->versionNo = "8.0 beta";
$this->docRoot = $_SERVER['DOCUMENT_ROOT'];
}