From 4a69790de8f0cc1e78dd9e2a8063126d6bb75745 Mon Sep 17 00:00:00 2001 From: Mike Gladysch Date: Sun, 10 Apr 2016 17:52:49 +0200 Subject: [PATCH] Update version for release v0.1.2 --- 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 6bb7662..787ac97 100644 --- a/src/glady/Behind.php +++ b/src/glady/Behind.php @@ -18,7 +18,7 @@ */ class Behind { - const VERSION = '0.1.1'; + const VERSION = '0.1.2'; /** @var ClassLoader */ private static $classLoader = null;