From: Eugen Rochko Date: Sat, 20 Jan 2018 15:27:19 +0000 (+0100) Subject: Bump version to 2.2.0rc1 X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=0b7a0d15c7e7e23ca0c8bdb738b4a4911bf42eb2;p=mastodon.git Bump version to 2.2.0rc1 --- diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index 5936b5fcf..098ab46ac 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -9,11 +9,11 @@ module Mastodon end def minor - 1 + 2 end def patch - 3 + 0 end def pre @@ -21,7 +21,7 @@ module Mastodon end def flags - '' + 'rc1' end def to_a