version bump

This commit is contained in:
Milos Stojanovic
2024-04-24 14:17:20 +02:00
parent 18766d4051
commit 01937b14ec
2 changed files with 5 additions and 1 deletions

View File

@@ -2,6 +2,10 @@
## Upcoming...
## 7.10.1 - 2024-04-24
* Update docker container from php7-apache-buster to php8.3-apache-bullseye
* Dependency updates for PHP
## 7.10.0 - 2024-04-17
* Added chmod perm, modal to change, api with local/ftp/sftp (see #399, thanks AndreiTelteu)

2
dist/index.php vendored
View File

@@ -36,7 +36,7 @@ if (! defined('APP_PUBLIC_PATH')) {
}
define('APP_PUBLIC_DIR', __DIR__);
define('APP_VERSION', '7.10.0');
define('APP_VERSION', '7.10.1');
use Filegator\App;
use Filegator\Config\Config;