From af05595be05cc10180cba7a5a4d51cd9527fc1fe Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 21 Apr 2019 23:43:33 -0600 Subject: [PATCH] Bump version to v0.9.1 --- config/pixelfed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/pixelfed.php b/config/pixelfed.php index f1111e843..90f85d5e1 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.9.0', + 'version' => '0.9.1', /* |--------------------------------------------------------------------------