mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 12:58:06 +01:00
Bump version
This commit is contained in:
parent
b8774d3b5d
commit
0a67076fa9
1 changed files with 2 additions and 2 deletions
|
@ -21,11 +21,11 @@ module Mastodon
|
|||
end
|
||||
|
||||
def suffix
|
||||
"+glitch+cat+#{suffix_version}#{ENV.fetch('MASTODON_VERSION_SUFFIX', '')}"
|
||||
"+glitch+cat#{suffix_version}#{ENV.fetch('MASTODON_VERSION_SUFFIX', '')}"
|
||||
end
|
||||
|
||||
def suffix_version
|
||||
'+1.1.1'
|
||||
'+1.1.2'
|
||||
end
|
||||
|
||||
def to_a
|
||||
|
|
Loading…
Reference in a new issue