From 6517debee8e2147febcb705a376619e50e2f1b92 Mon Sep 17 00:00:00 2001 From: Martin Minka Date: Wed, 25 Nov 2015 00:37:05 +0100 Subject: [PATCH] bump version to 0.8.5 --- core/Engine.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";