version bump

This commit is contained in:
Milos Stojanovic
2023-01-20 09:56:14 +01:00
parent 86dcf9fc5f
commit 16a856a14b
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
# Changelog
## Upcoming...
## 7.9.0 - 2023-01-20
* Added configurable lockout for incorrect login attempts (see configuration_sample.php)
## 7.8.7 - 2022-10-17

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.8.7');
define('APP_VERSION', '7.9.0');
use Filegator\App;
use Filegator\Config\Config;