mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-28 07:43:42 +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
|
module_function
|
||||||
|
|
||||||
def major
|
def major
|
||||||
4
|
3
|
||||||
end
|
end
|
||||||
|
|
||||||
def minor
|
def minor
|
||||||
0
|
5
|
||||||
end
|
end
|
||||||
|
|
||||||
def patch
|
def patch
|
||||||
0
|
3
|
||||||
end
|
end
|
||||||
|
|
||||||
def flags
|
def flags
|
||||||
'rc1'
|
''
|
||||||
end
|
end
|
||||||
|
|
||||||
def suffix
|
def suffix
|
||||||
'+catstodon'
|
'+cat'
|
||||||
end
|
end
|
||||||
|
|
||||||
def suffix_version
|
def suffix_version
|
||||||
'+1.0.9'
|
'+1.1.0'
|
||||||
end
|
end
|
||||||
|
|
||||||
def to_a
|
def to_a
|
||||||
|
|
Loading…
Reference in a new issue