mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-25 17:51:36 +01:00
Revert version bump for now
Shorten "catstodon" to "cat" in version suffix
This commit is contained in:
parent
7f6215984b
commit
30223ea224
1 changed files with 6 additions and 6 deletions
|
@ -5,27 +5,27 @@ module Mastodon
|
|||
module_function
|
||||
|
||||
def major
|
||||
4
|
||||
3
|
||||
end
|
||||
|
||||
def minor
|
||||
0
|
||||
5
|
||||
end
|
||||
|
||||
def patch
|
||||
0
|
||||
3
|
||||
end
|
||||
|
||||
def flags
|
||||
'rc1'
|
||||
''
|
||||
end
|
||||
|
||||
def suffix
|
||||
'+catstodon'
|
||||
'+cat'
|
||||
end
|
||||
|
||||
def suffix_version
|
||||
'+1.0.9'
|
||||
'+1.1.0'
|
||||
end
|
||||
|
||||
def to_a
|
||||
|
|
Loading…
Reference in a new issue