From: Eugen Rochko Date: Sat, 2 Sep 2017 23:12:05 +0000 (+0200) Subject: Bump version to 1.6.0rc1 (#4768) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=9dd8dff683a148bdd00d715e85b7af40c3d4be21;p=mastodon.git Bump version to 1.6.0rc1 (#4768) --- diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index fcca875d9..b5fa476dc 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -9,11 +9,11 @@ module Mastodon end def minor - 5 + 6 end def patch - 1 + 0 end def pre @@ -21,7 +21,7 @@ module Mastodon end def flags - '' + 'rc1' end def to_a