From 60c11f8376923546f645cc55a43d87e61c47d57f Mon Sep 17 00:00:00 2001 From: Frankie B Date: Sun, 26 Nov 2023 15:38:09 +0000 Subject: Add snow --- 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 6fd5380..d4177ae 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' => '2023.10.16', + 'version' => '2023.11.26', 'env' => env('APP_ENV', 'production'), 'debug' => (bool) env('APP_DEBUG', false), 'url' => env('APP_URL', 'http://localhost'), -- cgit v1.2.3-54-g00ecf