From d55ab940532984aa97c4341ec1447769cef10370 Mon Sep 17 00:00:00 2001 From: Mike Gladysch Date: Mon, 2 May 2016 13:15:44 +0200 Subject: [PATCH] Update VERSION --- src/glady/Behind.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glady/Behind.php b/src/glady/Behind.php index 7b29a62..e39fc2b 100644 --- a/src/glady/Behind.php +++ b/src/glady/Behind.php @@ -18,7 +18,7 @@ */ class Behind { - const VERSION = '0.1.3'; + const VERSION = '0.1.4'; /** @var ClassLoader */ private static $classLoader = null;