diff options
author | Frankie <git@diskfloppy.me> | 2024-02-04 00:04:30 +0000 |
---|---|---|
committer | Frankie <git@diskfloppy.me> | 2024-02-04 00:05:06 +0000 |
commit | 89b7a0b7ae5b8ff7faa4b79e858d8141956fb296 (patch) | |
tree | 59a6ed009c5ed156b2df6403a32fcec3df1078af /config | |
parent | 210d83db4541c3fc66f91253988a5ef9f7385977 (diff) |
Update homepage
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 26005ea..47c4b76 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.12.31', + 'version' => '2024.02.04', 'env' => env('APP_ENV', 'production'), 'debug' => (bool) env('APP_DEBUG', false), 'url' => env('APP_URL', 'http://localhost'), |