diff options
author | Frankie B <git@diskfloppy.me> | 2023-10-16 23:42:47 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-10-16 23:42:47 +0100 |
commit | aa0a122f4ce0c7a179b4c333f32ab996121d33a7 (patch) | |
tree | df6b7394bfc14454e08cfc76b45b4ea252bc2d82 /config/app.php | |
parent | 80c7ecc6ee3dd1896a285310d186a47da6bea12b (diff) |
Bump ver
Diffstat (limited to 'config/app.php')
-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 eaebb67..6fd5380 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' => '2023.10.15', + 'version' => '2023.10.16', 'env' => env('APP_ENV', 'production'), 'debug' => (bool) env('APP_DEBUG', false), 'url' => env('APP_URL', 'http://localhost'), |