From 2172a7264ce8ca1d0d60e33f160c14a2ec1e6dfc Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Mon, 19 Nov 2018 19:49:12 -0700 Subject: [PATCH] Bump version --- config/pixelfed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/pixelfed.php b/config/pixelfed.php index e59c3057d..c238da959 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.2.0', + 'version' => '0.2.1', /* |--------------------------------------------------------------------------