diff --git a/CHANGELOG.md b/CHANGELOG.md index b023dd7..1c9f79a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## Upcoming... + +## 7.13.0 - 2024-02-25 * Added a column to display chmod permissions (see #522) * Extract app theme SCSS to external files (see #524) * Configurable pagination (see #533) diff --git a/dist/index.php b/dist/index.php index 729f328..36f99ae 100644 --- a/dist/index.php +++ b/dist/index.php @@ -36,7 +36,7 @@ if (! defined('APP_PUBLIC_PATH')) { } define('APP_PUBLIC_DIR', __DIR__); -define('APP_VERSION', '7.12.0'); +define('APP_VERSION', '7.13.0'); use Filegator\App; use Filegator\Config\Config;