From db05b1d4e72a3012b663a85e51454763dfd59c1b Mon Sep 17 00:00:00 2001 From: Roscoe Date: Sat, 30 Aug 2025 04:21:41 +0100 Subject: [PATCH] increment ver 'cause i forgot --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index b792312..73bd5ac 100644 --- a/config/app.php +++ b/config/app.php @@ -5,7 +5,7 @@ return [ 'name' => env('APP_NAME', 'wah.moe'), - 'version' => '2025.08.10-dev', + 'version' => '2025.08-30', 'env' => env('APP_ENV', 'production'), 'debug' => (bool) env('APP_DEBUG', false), 'url' => env('APP_URL', 'http://localhost'),