From e36cfd5ecb563d4c34e79fd83ff04479a47c7823 Mon Sep 17 00:00:00 2001 From: Alexander Azarov Date: Sat, 11 Nov 2023 09:07:06 +0000 Subject: [PATCH] v1.9.3 --- 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 756c866..4be7240 100644 --- a/lib/legitbot/version.rb +++ b/lib/legitbot/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Legitbot - VERSION = '1.9.2' + VERSION = '1.9.3' end