mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2025-01-04 01:13:43 +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