From: Eugen Rochko Date: Sat, 17 Mar 2018 13:07:00 +0000 (+0100) Subject: Bump version to 2.3.2rc1 X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=cdf8b92fea269209cedf38c50bca276cdf47b1fe;p=mastodon.git Bump version to 2.3.2rc1 --- diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index 05b13c802..4f524e9cf 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