From f380d45b46a4b64a73967eeaa7a598df8a05c619 Mon Sep 17 00:00:00 2001 From: Alexander Azarov Date: Sun, 9 Jun 2024 12:38:12 +0100 Subject: [PATCH] Release v1.10.3 (#139) --- 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 42a9290..bb1b26b 100644 --- a/lib/legitbot/version.rb +++ b/lib/legitbot/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Legitbot - VERSION = '1.10.2' + VERSION = '1.10.3' end