Revert version bump for now

Shorten "catstodon" to "cat" in version suffix
This commit is contained in:
Jeremy Kescher 2022-10-31 21:47:02 +01:00
parent 7f6215984b
commit 30223ea224
No known key found for this signature in database
GPG key ID: 48DFE4BB15BA5940

View file

@ -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