mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2025-01-05 21:33:47 +01:00
fix nyastodon version string
This commit is contained in:
parent
b4fa21bce4
commit
ea737d53d4
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue