diff options
author | Roscoe <roscoe@wah.moe> | 2025-04-01 23:29:30 +0100 |
---|---|---|
committer | Roscoe <roscoe@wah.moe> | 2025-04-01 23:29:30 +0100 |
commit | 3b273d0ee9ef4da49916f836488b24762662c59b (patch) | |
tree | 06d07b493fad83472c82b2e6d04c8073dd8963a8 /config/app.php | |
parent | e8ad39203f944a33231f8babcbd7011b1f464610 (diff) |
Diffstat (limited to 'config/app.php')
-rw-r--r-- | config/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/app.php b/config/app.php index e79ea42..3e5d8c8 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.01', + 'version' => '2025.04.02', 'env' => env('APP_ENV', 'production'), 'debug' => (bool) env('APP_DEBUG', false), 'url' => env('APP_URL', 'http://localhost'), |