From 743d15455def7292fe6a4589d3dae8fa88210fa1 Mon Sep 17 00:00:00 2001 From: Martin Minka Date: Wed, 9 Apr 2014 09:45:51 +0200 Subject: [PATCH] bump version to 0.8.1 --- core/Engine.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Engine.php b/core/Engine.php index 61f26c7..943fc6a 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.1.?"; + const VERSION = "0.8.1"; const ROLE_REMOTE = "remote"; const ROLE_LOCAL = "local";