From: Eugen Rochko Date: Thu, 23 Aug 2018 21:30:57 +0000 (+0200) Subject: Bump version to 2.5.0rc1 (#8356) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=23752639b20abd26eefb199172da9fc3ceae172e;p=mastodon.git Bump version to 2.5.0rc1 (#8356) --- diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index 093485111..a490478cd 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -9,11 +9,11 @@ module Mastodon end def minor - 4 + 5 end def patch - 3 + 0 end def pre @@ -21,7 +21,7 @@ module Mastodon end def flags - '' + 'rc1' end def to_a