Bump version to 2.5.0rc1 (#8356)

This commit is contained in:
Eugen Rochko 2018-08-23 23:30:57 +02:00 committed by GitHub
parent 413a28499d
commit fc45d4a096

View file

@ -9,11 +9,11 @@ module Mastodon
end end
def minor def minor
4 5
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