From 59f8d4827ba9edd852bdbf1820aaddda886d5ba2 Mon Sep 17 00:00:00 2001 From: Roscoe Date: Fri, 2 May 2025 00:15:27 +0100 Subject: Per-Page Embed Images --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/app.php b/config/app.php index 384d755..8029ed1 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.14', + 'version' => '2025.05.02', 'env' => env('APP_ENV', 'production'), 'debug' => (bool) env('APP_DEBUG', false), 'url' => env('APP_URL', 'http://localhost'), -- cgit v1.2.3-54-g00ecf