From f5ddc550d5ab36cc78fb872a862b1caf00a80654 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sat, 16 Mar 2019 02:15:02 -0600 Subject: [PATCH] Bump version to 0.8.0 --- config/pixelfed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/pixelfed.php b/config/pixelfed.php index 312b1d3d1..64db6fea8 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.0rc1', + 'version' => '0.8.0', /* |--------------------------------------------------------------------------