From b4d6dcef23d661c32c4d35571620f9ede244c21a Mon Sep 17 00:00:00 2001 From: Alexander Azarov Date: Mon, 9 Sep 2024 10:32:30 +0100 Subject: [PATCH] v1.10.6 (#155) --- 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 5f6aeee..9912c46 100644 --- a/lib/legitbot/version.rb +++ b/lib/legitbot/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Legitbot - VERSION = '1.10.5' + VERSION = '1.10.6' end