Annotate version string with security patch level
This commit is contained in:
parent
b5e68ffdbe
commit
f9698c2b86
|
@ -21,7 +21,7 @@ module Mastodon
|
||||||
end
|
end
|
||||||
|
|
||||||
def suffix
|
def suffix
|
||||||
"+glitch+queeraf#{ENV.fetch('MASTODON_VERSION_SUFFIX', '')}"
|
"+glitch+queeraf+sec4.1.13#{ENV.fetch('MASTODON_VERSION_SUFFIX', '')}"
|
||||||
end
|
end
|
||||||
|
|
||||||
def to_a
|
def to_a
|
||||||
|
|
Loading…
Reference in a new issue