new version number

This commit is contained in:
Paul Wilde 2021-08-12 14:56:23 +01:00
parent b0327c0a4e
commit 51b25e1580

View file

@ -1,6 +1,6 @@
<?php class Core { <?php class Core {
public static $Config; public static $Config;
public const VERSION = "0.0.4"; public const VERSION = "0.0.5";
public static $CurrentPage; public static $CurrentPage;
public static function root_dir(){ public static function root_dir(){
return $_SERVER['DOCUMENT_ROOT']; return $_SERVER['DOCUMENT_ROOT'];