diff options
author | Roscoe <roscoe@wah.moe> | 2025-06-12 02:58:05 +0100 |
---|---|---|
committer | Roscoe <roscoe@wah.moe> | 2025-06-12 02:58:05 +0100 |
commit | 42de426467a31a618eb4890ebee8915cb9a6055f (patch) | |
tree | a3260dd41c6f197d49c2b2186020551251609ca5 /config | |
parent | 54bf26bd3579d896f1710fedc7871ba9add4fbbd (diff) |
Diffstat (limited to 'config')
-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 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'), |