diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index 7b9e7d3400..c069efc05a 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -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