From a522ddbe5fdfef8933690ecb7c1bb3fbd9526ecf Mon Sep 17 00:00:00 2001 From: Martin Minka Date: Fri, 22 May 2015 13:35:07 +0200 Subject: [PATCH] fix version bump --- core/Engine.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Engine.php b/core/Engine.php index 4b555a3..4f9442b 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.3"; + const VERSION = "0.8.4"; const ROLE_REMOTE = "remote"; const ROLE_LOCAL = "local";