From d1442a06c3c9e0a5ab2238ef2bef2cbfae79af7f Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sat, 8 May 2021 17:15:06 +0200 Subject: Bump version to 3.4.0rc1 (#16053) --- lib/mastodon/version.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index bd0915775..0a0a7878b 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -9,7 +9,7 @@ module Mastodon end def minor - 3 + 4 end def patch @@ -17,7 +17,7 @@ module Mastodon end def flags - '' + 'rc1' end def suffix -- cgit