From 6549f0d13d11dc03f7ee15f794a0e5b7fb4cf8e0 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 24 Sep 2019 12:04:09 -0600 Subject: [PATCH] Bump version to v0.10.5 --- config/pixelfed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/pixelfed.php b/config/pixelfed.php index bca9fcb95..ed10f11fc 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.10.3', + 'version' => '0.10.5', /* |--------------------------------------------------------------------------