From 8f287fbb2db89a9533efe68e0949b34ea1d6d263 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Wed, 17 Apr 2019 23:33:28 -0600 Subject: [PATCH] Bump version to 0.9.0 --- config/pixelfed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/pixelfed.php b/config/pixelfed.php index a43be8b4..f1111e84 100644 --- a/config/pixelfed.php +++ b/config/pixelfed.php @@ -23,7 +23,7 @@ return [ | This value is the version of your PixelFed instance. | */ - 'version' => '0.8.6', + 'version' => '0.9.0', /* |--------------------------------------------------------------------------