diff options
author | Roscoe <roscoe@wah.moe> | 2025-03-31 23:21:44 +0100 |
---|---|---|
committer | Roscoe <roscoe@wah.moe> | 2025-03-31 23:34:49 +0100 |
commit | e8ad39203f944a33231f8babcbd7011b1f464610 (patch) | |
tree | ef3927fc7e77e1b30a266180332d060dd70247e6 /config/app.php | |
parent | 6690d4e97e15bdedd164ac66e0e65d3579fd40b3 (diff) |
april fops
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 06d71bb..e79ea42 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.02.08', + 'version' => '2025.04.01', 'env' => env('APP_ENV', 'production'), 'debug' => (bool) env('APP_DEBUG', false), 'url' => env('APP_URL', 'http://localhost'), |