From 2d3f1df0036b4bf82d255445a4132086f2230550 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 7 May 2024 01:11:26 -0600 Subject: [PATCH] Bump version to v0.12.1 --- config/pixelfed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/pixelfed.php b/config/pixelfed.php index ae235042d..c4dc5828b 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.12.0', + 'version' => '0.12.1', /* |--------------------------------------------------------------------------