diff options
author | Frankie B <git@diskfloppy.me> | 2024-07-12 16:24:22 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2024-07-12 16:24:22 +0100 |
commit | d52be035d0af95ea6978a8a6019737992a0a8398 (patch) | |
tree | d3121d7039029955b668842dd227d2fbffdf6f9b /config | |
parent | 34055ccb41822885dc27a33913efc9ec69f2a31c (diff) |
Minor fixes
Diffstat (limited to 'config')
-rw-r--r-- | config/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/app.php b/config/app.php index eb6382c..72a3525 100644 --- a/config/app.php +++ b/config/app.php @@ -5,7 +5,7 @@ use Illuminate\Support\ServiceProvider; return [ 'name' => env('APP_NAME', 'diskfloppy.me'), - 'version' => '2024.07.11', + 'version' => '2024.07.12', 'env' => env('APP_ENV', 'production'), 'debug' => (bool) env('APP_DEBUG', false), 'url' => env('APP_URL', 'http://localhost'), |