fix nyastodon version string

This commit is contained in:
fef 2023-07-02 20:49:22 +00:00
parent b4fa21bce4
commit ea737d53d4
No known key found for this signature in database
GPG key ID: 2585C2DC6D79B485

View file

@ -21,17 +21,13 @@ module Mastodon
end
def suffix
"+glitch+cat#{suffix_version}#{ENV.fetch('MASTODON_VERSION_SUFFIX', '')}"
"+glitch+cat#{suffix_version}+nya#{post_suffix_version}#{ENV.fetch('MASTODON_VERSION_SUFFIX', '')}"
end
def suffix_version
'+1.1.4'
end
def post_suffix
'+nya'
end
def post_suffix_version
'-1.1.9'
end