From a48a289df7ef3e48b92183f24154c7a66365c068 Mon Sep 17 00:00:00 2001 From: Jeremy Kescher Date: Sun, 22 Jan 2023 11:34:39 +0100 Subject: [PATCH] v4.0.2+1.1.6 --- lib/mastodon/version.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index 2eec93c3d8..e2df50d852 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -9,15 +9,15 @@ module Mastodon end def minor - 1 - end - - def patch 0 end + def patch + 2 + end + def flags - 'rc1' + '' end def suffix @@ -25,7 +25,7 @@ module Mastodon end def suffix_version - '+1.1.5' + '+1.1.6' end def to_a