aboutsummaryrefslogtreecommitdiff
path: root/config/app.php
diff options
context:
space:
mode:
authorRoscoe <roscoe@wah.moe>2025-06-12 02:58:05 +0100
committerRoscoe <roscoe@wah.moe>2025-06-12 02:58:05 +0100
commit42de426467a31a618eb4890ebee8915cb9a6055f (patch)
treea3260dd41c6f197d49c2b2186020551251609ca5 /config/app.php
parent54bf26bd3579d896f1710fedc7871ba9add4fbbd (diff)
Diffstat (limited to 'config/app.php')
-rw-r--r--config/app.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/app.php b/config/app.php
index 8029ed1..afd6823 100644
--- a/config/app.php
+++ b/config/app.php
@@ -5,7 +5,7 @@ use Illuminate\Support\ServiceProvider;
return [
'name' => env('APP_NAME', 'wah.moe'),
- 'version' => '2025.05.02',
+ 'version' => '2025.06.12',
'env' => env('APP_ENV', 'production'),
'debug' => (bool) env('APP_DEBUG', false),
'url' => env('APP_URL', 'http://localhost'),