version bump

This commit is contained in:
Milos Stojanovic
2022-05-24 13:16:02 +02:00
parent fcd3995f64
commit 9f58db0c90
2 changed files with 4 additions and 1 deletions

View File

@@ -2,6 +2,9 @@
## Upcoming...
## 7.8.0 - 2022-05-24 [Security]
* This version patches a security vulnerabilities please upgrade asap
## 7.7.2 - 2022-02-18
* Hebrew translation with RTL added, see #301 (Thanks yaniv1983)

2
dist/index.php vendored
View File

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