From: Eugen Rochko Date: Tue, 8 Jan 2019 13:10:54 +0000 (+0100) Subject: Bump version to 2.7.0rc1 (#9718) X-Git-Url: https://awoo.directory/mastodon.git/commitdiff_plain/15aed1ee6c97b428c564e370cff77a158842a612 Bump version to 2.7.0rc1 (#9718) --- diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index cb5c2440c..d0511eadb 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -9,11 +9,11 @@ module Mastodon end def minor - 6 + 7 end def patch - 5 + 0 end def pre @@ -21,7 +21,7 @@ module Mastodon end def flags - '' + 'rc1' end def to_a