aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRoscoe <roscoe@wah.moe>2025-04-13 23:53:14 +0100
committerRoscoe <roscoe@wah.moe>2025-04-13 23:53:34 +0100
commitf3e2d1e2fc87767ba10dd8c3ae7a5b211ac9610b (patch)
tree0acc7286d8124a89b39932f05f87c198b349f13b /config
parent3b273d0ee9ef4da49916f836488b24762662c59b (diff)
Improve accessibilityv2025.04.13
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 3e5d8c8..8597cd6 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.04.02',
+ 'version' => '2025.04.13',
'env' => env('APP_ENV', 'production'),
'debug' => (bool) env('APP_DEBUG', false),
'url' => env('APP_URL', 'http://localhost'),