Bump version to 1.6.0rc1 (#4768)

master
Eugen Rochko 7 years ago committed by GitHub
parent a187dcefa1
commit 9dd8dff683
  1. 6
      lib/mastodon/version.rb

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

Loading…
Cancel
Save