Bump version to 2.5.0rc1 (#8356)

master
Eugen Rochko 6 years ago committed by GitHub
parent 2f34b747b3
commit 23752639b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      lib/mastodon/version.rb

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

Loading…
Cancel
Save