Bump version to 1.6.0rc1 (#4768)

This commit is contained in:
Eugen Rochko 2017-09-03 01:12:05 +02:00 committed by GitHub
parent a187dcefa1
commit 9dd8dff683
1 changed files with 3 additions and 3 deletions

View File

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