mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2025-01-07 11:23:42 +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
|
end
|
||||||
|
|
||||||
def suffix
|
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
|
end
|
||||||
|
|
||||||
def suffix_version
|
def suffix_version
|
||||||
'+1.1.4'
|
'+1.1.4'
|
||||||
end
|
end
|
||||||
|
|
||||||
def post_suffix
|
|
||||||
'+nya'
|
|
||||||
end
|
|
||||||
|
|
||||||
def post_suffix_version
|
def post_suffix_version
|
||||||
'-1.1.9'
|
'-1.1.9'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue