diff --git a/Core/System/class.core.php b/Core/System/class.core.php index 6ce1126..e8aed64 100644 --- a/Core/System/class.core.php +++ b/Core/System/class.core.php @@ -12,6 +12,13 @@ class Core { public $mods; public $register; + + /** + * The current version of the framework + * @access public + * @var String Framework version + */ + public $version = "0.0.1"; /** * An array which modules are loaded, and should not be loaded again