From 93abf0cb1e8abdce8b4b05fa98661ddbe78e905a Mon Sep 17 00:00:00 2001 From: floppydiskette Date: Fri, 30 Aug 2024 19:50:59 +0100 Subject: Correct steam link --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/app.php') diff --git a/config/app.php b/config/app.php index bd3b276..72e11a5 100644 --- a/config/app.php +++ b/config/app.php @@ -5,7 +5,7 @@ use Illuminate\Support\ServiceProvider; return [ 'name' => env('APP_NAME', 'diskfloppy.me'), - 'version' => '2024.08.22', + 'version' => '2024.08.30', 'env' => env('APP_ENV', 'production'), 'debug' => (bool) env('APP_DEBUG', false), 'url' => env('APP_URL', 'http://localhost'), -- cgit v1.2.3-54-g00ecf