From 4491c02f7771a147f692a94a09aa247c41ed300d Mon Sep 17 00:00:00 2001 From: Mike Gladysch Date: Thu, 7 Apr 2016 17:33:28 +0200 Subject: [PATCH] fixed: version constant --- 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 42d3422..6bb7662 100644 --- a/src/glady/Behind.php +++ b/src/glady/Behind.php @@ -18,7 +18,7 @@ */ class Behind { - const VERSION = 'dev'; + const VERSION = '0.1.1'; /** @var ClassLoader */ private static $classLoader = null;