From: Eugen Rochko Date: Sun, 6 May 2018 09:50:00 +0000 (+0200) Subject: Bump version to 2.4.0rc1 (#7283) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=50ed1e83ac924a92bdbc22b1b771e10c16eeaf65;p=mastodon.git Bump version to 2.4.0rc1 (#7283) --- diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index a6927eec3..2c643dcd7 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -9,11 +9,11 @@ module Mastodon end def minor - 3 + 4 end def patch - 3 + 0 end def pre @@ -21,7 +21,7 @@ module Mastodon end def flags - '' + 'rc1' end def to_a