From 34240f9fa7485c83fb14811bea8aa7014927ba1a Mon Sep 17 00:00:00 2001 From: Alexander Azarov Date: Sun, 8 Oct 2023 22:07:10 +0300 Subject: [PATCH] v1.9.2 --- 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 f17384f..756c866 100644 --- a/lib/legitbot/version.rb +++ b/lib/legitbot/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Legitbot - VERSION = '1.9.1' + VERSION = '1.9.2' end