diff --git a/core/Engine.php b/core/Engine.php index 5b8fe4a..c8ae617 100755 --- a/core/Engine.php +++ b/core/Engine.php @@ -15,7 +15,7 @@ class Core_Engine * Major and minor version should be set here. * If revision number is question mark getVersion() will try to determine it from git. */ - const VERSION = "0.8.4"; + const VERSION = "0.8.5"; const ROLE_REMOTE = "remote"; const ROLE_LOCAL = "local";