From 9e048d59b5849f5db5e5a25796c418035fb011a1 Mon Sep 17 00:00:00 2001 From: Alexander Azarov Date: Mon, 23 Dec 2024 12:12:30 +0000 Subject: [PATCH] v1.11.4 (#172) --- 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 483e36c..0df210b 100644 --- a/lib/legitbot/version.rb +++ b/lib/legitbot/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Legitbot - VERSION = '1.11.3' + VERSION = '1.11.4' end