version bump v7.13

This commit is contained in:
Milos Stojanovic
2025-02-25 09:32:25 +01:00
parent 3687e9e317
commit c174c7f055
2 changed files with 3 additions and 1 deletions

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