From: Eugen Rochko Date: Thu, 1 Mar 2018 19:50:23 +0000 (+0100) Subject: Bump version to 2.3.0rc1 X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=64f2ada5d4765cc2a04b5064c3e88eb9b00adb00;p=mastodon.git Bump version to 2.3.0rc1 --- diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index 3a67bfb23..4150b39b6 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -9,7 +9,7 @@ module Mastodon end def minor - 2 + 3 end def patch @@ -21,7 +21,7 @@ module Mastodon end def flags - '' + 'rc1' end def to_a