aboutsummaryrefslogtreecommitdiff
path: root/config/app.php
diff options
context:
space:
mode:
Diffstat (limited to 'config/app.php')
-rw-r--r--config/app.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/app.php b/config/app.php
index 92bec1a..06d71bb 100644
--- a/config/app.php
+++ b/config/app.php
@@ -4,8 +4,8 @@ use Illuminate\Support\Facades\Facade;
use Illuminate\Support\ServiceProvider;
return [
- 'name' => env('APP_NAME', 'diskfloppy.me'),
- 'version' => '2025.01.22',
+ 'name' => env('APP_NAME', 'wah.moe'),
+ 'version' => '2025.02.08',
'env' => env('APP_ENV', 'production'),
'debug' => (bool) env('APP_DEBUG', false),
'url' => env('APP_URL', 'http://localhost'),