From e021ab9f2a4f69187d995ce03696f4c1f92e2cae Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Wed, 17 Jul 2019 21:22:14 -0600 Subject: [PATCH] Bump version to v0.10.0 --- config/pixelfed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/pixelfed.php b/config/pixelfed.php index 4252d898..15b6a103 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.6', + 'version' => '0.10.0', /* |--------------------------------------------------------------------------