new version number
This commit is contained in:
parent
b0327c0a4e
commit
51b25e1580
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php class Core {
|
||||
public static $Config;
|
||||
public const VERSION = "0.0.4";
|
||||
public const VERSION = "0.0.5";
|
||||
public static $CurrentPage;
|
||||
public static function root_dir(){
|
||||
return $_SERVER['DOCUMENT_ROOT'];
|
||||
|
|
Loading…
Reference in a new issue