From: Eugen Rochko Date: Fri, 15 Jun 2018 18:38:41 +0000 (+0200) Subject: Bump version to 2.4.2rc1 X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=3b8023f9f9d90f2e197a4cd78ddfa2180474ff90;p=mastodon.git Bump version to 2.4.2rc1 --- diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index 0313f4ccf..18055b3f7 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -13,7 +13,7 @@ module Mastodon end def patch - 1 + 2 end def pre @@ -21,7 +21,7 @@ module Mastodon end def flags - '' + 'rc1' end def to_a