From 149628c43db49719e8b3c0b913ede93746278fdc Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Sat, 10 Jun 2017 18:59:14 -0700 Subject: [PATCH] Bumped to v2.7.0 --- resources/DirectoryLister.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/DirectoryLister.php b/resources/DirectoryLister.php index 8aeceda..4586c92 100644 --- a/resources/DirectoryLister.php +++ b/resources/DirectoryLister.php @@ -16,7 +16,7 @@ class DirectoryLister { // Define application version - const VERSION = '2.6.1'; + const VERSION = '2.7.0'; // Reserve some variables protected $_themeName = null;