From a8852dc478f532510f4bdd8aef9f0ff4c942e419 Mon Sep 17 00:00:00 2001 From: Alexander Azarov Date: Sat, 17 Aug 2024 08:03:27 +0100 Subject: [PATCH] Release v1.10.5 (#149) --- 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 aa765db..5f6aeee 100644 --- a/lib/legitbot/version.rb +++ b/lib/legitbot/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Legitbot - VERSION = '1.10.4' + VERSION = '1.10.5' end