From 2163e3598ae6da02a6bce14889b93033cd271bad Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sun, 9 Jun 2019 15:53:08 +0200 Subject: Bump version to 2.9.0rc1 (#11004) --- lib/mastodon/version.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index c221b2493..01ec71cab 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -9,11 +9,11 @@ module Mastodon end def minor - 8 + 9 end def patch - 4 + 0 end def pre @@ -21,7 +21,7 @@ module Mastodon end def flags - '' + 'rc1' end def to_a -- cgit