From: Eugen Rochko Date: Wed, 6 Dec 2017 15:13:32 +0000 (+0100) Subject: Bump version to 2.1.0rc1 (#5834) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=f9a0d8f2b9e15516864f4abe92d8eb207b3ace0c;p=mastodon.git Bump version to 2.1.0rc1 (#5834) --- diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index f10ace13e..3904b7593 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -9,7 +9,7 @@ module Mastodon end def minor - 0 + 1 end def patch @@ -17,7 +17,7 @@ module Mastodon end def pre - nil + 'rc1' end def flags