From: Eugen Rochko Date: Sun, 11 Mar 2018 14:13:13 +0000 (+0100) Subject: Bump version to 2.3.1rc1 X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=ab27dccba5e470749bc9dc4ae7e9306c1762a6b0;p=mastodon.git Bump version to 2.3.1rc1 --- diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index 3ba96731d..50498be1d 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -13,7 +13,7 @@ module Mastodon end def patch - 0 + 1 end def pre @@ -21,7 +21,7 @@ module Mastodon end def flags - '' + 'rc1' end def to_a