From f60e2a0f4eecc4067b05f773801c5678bea4a7ab Mon Sep 17 00:00:00 2001 From: Alexander Azarov Date: Sat, 11 Jan 2025 09:34:37 +0000 Subject: [PATCH] v1.11.6 (#178) --- lib/legitbot/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/legitbot/version.rb b/lib/legitbot/version.rb index 78307f4..30153f7 100644 --- a/lib/legitbot/version.rb +++ b/lib/legitbot/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Legitbot - VERSION = '1.11.5' + VERSION = '1.11.6' end