Bump version to 2.2.0rc1

This commit is contained in:
Eugen Rochko 2018-01-20 16:27:19 +01:00 committed by GitHub
parent 80b3ca0f6f
commit 0b7a0d15c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,11 +9,11 @@ module Mastodon
end end
def minor def minor
1 2
end end
def patch def patch
3 0
end end
def pre def pre
@ -21,7 +21,7 @@ module Mastodon
end end
def flags def flags
'' 'rc1'
end end
def to_a def to_a