From 3d4d66d8850ef1c8e099161740c7f07aacf2d0d9 Mon Sep 17 00:00:00 2001 From: Alexander Azarov Date: Sat, 13 Jul 2024 08:22:58 +0100 Subject: [PATCH] v1.10.4 --- 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 bb1b26b..aa765db 100644 --- a/lib/legitbot/version.rb +++ b/lib/legitbot/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Legitbot - VERSION = '1.10.3' + VERSION = '1.10.4' end