diff --git a/CHANGELOG.md b/CHANGELOG.md index 653e251c..b729971b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog ## Upcoming... + +## 7.7.2 - 2022-02-18 + * Hebrew translation with RTL added, see #301 (Thanks yaniv1983) * Romanian translation added, see #302 (Thanks enyedi) * Default error_reporting set to pre-php8 (Fixes #307) diff --git a/dist/index.php b/dist/index.php index d06eaded..d449e733 100644 --- a/dist/index.php +++ b/dist/index.php @@ -41,7 +41,7 @@ } define('APP_PUBLIC_DIR', __DIR__); -define('APP_VERSION', '7.7.1'); +define('APP_VERSION', '7.7.2'); use Filegator\App; use Filegator\Config\Config;