From 452eb12d126156a6b8cd088f6353e7ce8fb533b6 Mon Sep 17 00:00:00 2001 From: Mike Gladysch Date: Tue, 3 May 2016 19:18:47 +0200 Subject: [PATCH] changed VERSION for release 0.1.7 --- 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 56e1106..55229a5 100644 --- a/src/glady/Behind.php +++ b/src/glady/Behind.php @@ -18,7 +18,7 @@ */ class Behind { - const VERSION = '0.1.6'; + const VERSION = '0.1.7'; /** @var ClassLoader */ private static $classLoader = null;