From c04903d327e8793bedbc5f2aa7da4bb44f50fa99 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Fri, 5 Jun 2015 17:33:20 -0700 Subject: [PATCH] Bumpped version to 2.5.6 --- resources/DirectoryLister.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/DirectoryLister.php b/resources/DirectoryLister.php index 2d63fc9..387e846 100644 --- a/resources/DirectoryLister.php +++ b/resources/DirectoryLister.php @@ -16,7 +16,7 @@ class DirectoryLister { // Define application version - const VERSION = '2.5.5'; + const VERSION = '2.5.6'; // Reserve some variables protected $_themeName = null;