diff options
author | Frankie B <git@diskfloppy.me> | 2023-08-14 23:45:31 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-08-14 23:45:31 +0100 |
commit | b8b36c50d09b1b1ea59b02601a9f7c5f4bca894b (patch) | |
tree | c41a3f421a2c364c40e24177928718d91f94d626 /config | |
parent | e7d58f3185b798df4e020f0c2b7ab36d1d1656dc (diff) |
we ball
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 87399c6..3bec3c3 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' => '5.5.0', + 'version' => '6.0', 'env' => env('APP_ENV', 'production'), 'debug' => (bool) env('APP_DEBUG', false), 'url' => env('APP_URL', 'http://localhost'), |