diff options
author | Frankie B <git@diskfloppy.me> | 2023-11-26 15:38:09 +0000 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-11-26 15:40:38 +0000 |
commit | 60c11f8376923546f645cc55a43d87e61c47d57f (patch) | |
tree | c1abd2aed31a1125c42dfbaf1d6962a7e18a5615 /config | |
parent | c644b720ea534192e9ca4c63494200f2a37d27cc (diff) |
Add snow
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 6fd5380..d4177ae 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.16', + 'version' => '2023.11.26', 'env' => env('APP_ENV', 'production'), 'debug' => (bool) env('APP_DEBUG', false), 'url' => env('APP_URL', 'http://localhost'), |