updated version.

This commit is contained in:
Abdulmhsen B. A. A
2022-03-04 20:37:22 +03:00
parent 7a8cab2afd
commit 107b00ae2c

View File

@@ -15,7 +15,7 @@ use Symfony\Component\Cache\Adapter\FilesystemAdapter;
return (function () {
$config = [
'name' => 'WatchState',
'version' => 'v0.0.13-alpha',
'version' => 'v0.0.16-alpha',
'tz' => null,
'path' => fixPath(
env('WS_DATA_PATH', fn() => env('IN_DOCKER') ? '/config' : realpath(__DIR__ . '/../var'))