aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorFrankie <git@diskfloppy.me>2024-02-04 00:04:30 +0000
committerFrankie <git@diskfloppy.me>2024-02-04 00:05:06 +0000
commit7887bf9401b4861a23705c908b24dd8b311e29fb (patch)
tree59a6ed009c5ed156b2df6403a32fcec3df1078af /config
parent36c66c75fb6fd72dfb36e4e9b9b8c332737aeb1d (diff)
Update homepage
Diffstat (limited to 'config')
-rw-r--r--config/app.php2
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'),