From f9698c2b865717dff3717a197fae011a6f04747e Mon Sep 17 00:00:00 2001 From: Erin Shepherd Date: Thu, 1 Feb 2024 16:11:56 +0100 Subject: [PATCH] Annotate version string with security patch level --- lib/mastodon/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index c4c537e36..1b66a0912 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -21,7 +21,7 @@ module Mastodon end def suffix - "+glitch+queeraf#{ENV.fetch('MASTODON_VERSION_SUFFIX', '')}" + "+glitch+queeraf+sec4.1.13#{ENV.fetch('MASTODON_VERSION_SUFFIX', '')}" end def to_a