aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRoscoe <roscoe@wah.moe>2025-04-14 23:44:59 +0100
committerRoscoe <roscoe@wah.moe>2025-04-14 23:45:16 +0100
commit160c83f99f97887967b3f9142d499761de070330 (patch)
treeb247c4b61cfa4c847348bd9ae4f6845dd4f497cd /config
parentf3e2d1e2fc87767ba10dd8c3ae7a5b211ac9610b (diff)
accessibilifyv2025.04.14
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 8597cd6..384d755 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.13',
+ 'version' => '2025.04.14',
'env' => env('APP_ENV', 'production'),
'debug' => (bool) env('APP_DEBUG', false),
'url' => env('APP_URL', 'http://localhost'),