version bump - v7.6.0

This commit is contained in:
Milos Stojanovic
2021-07-12 11:11:15 +02:00
parent 79b6801bed
commit c8776575d7
2 changed files with 3 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
## Upcoming...
## 7.6.0 - 2021-07-12
* Better search with configurable simultaneous search limit, fixes #234
## 7.5.3 - 2021-07-05

2
dist/index.php vendored
View File

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