From d341687193ff3cce0cd72d3a9777c26b9a946f68 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Fri, 16 Oct 2015 23:36:09 -0700 Subject: [PATCH] Bumped version to 2.6.1 --- resources/DirectoryLister.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/DirectoryLister.php b/resources/DirectoryLister.php index d196fd1..c038008 100644 --- a/resources/DirectoryLister.php +++ b/resources/DirectoryLister.php @@ -16,7 +16,7 @@ class DirectoryLister { // Define application version - const VERSION = '2.6.0'; + const VERSION = '2.6.1'; // Reserve some variables protected $_themeName = null;