From a1138a14b6d8aa311291a3c061e3e623c5ec3d4c Mon Sep 17 00:00:00 2001 From: Ari Gerus Date: Sun, 25 Feb 2024 18:28:47 +0100 Subject: [PATCH] pkgs/glitch-soc: reported version bump fix --- pkgs/glitch-soc/local-new-fixes.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pkgs/glitch-soc/local-new-fixes.patch b/pkgs/glitch-soc/local-new-fixes.patch index e69de29..742d6d3 100644 --- a/pkgs/glitch-soc/local-new-fixes.patch +++ b/pkgs/glitch-soc/local-new-fixes.patch @@ -0,0 +1,13 @@ +diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb +index efc643fb4..5d7f3d4d0 100644 +--- a/lib/mastodon/version.rb ++++ b/lib/mastodon/version.rb +@@ -17,7 +17,7 @@ module Mastodon + end + + def default_prerelease +- 'alpha.2' ++ 'alpha.3' + end + + def prerelease