From b677015661d4e96f22682216ec18fdb044a75405 Mon Sep 17 00:00:00 2001 From: Alexander Azarov Date: Sat, 13 Jul 2024 08:26:46 +0100 Subject: [PATCH] Release v1.10.4 (#144) --- 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