From 34707c78a27540529408bf84c14c0a7ce2d266f6 Mon Sep 17 00:00:00 2001 From: Alexander Azarov Date: Sat, 2 Dec 2023 09:21:09 +0000 Subject: [PATCH] Release v1.10.0 (#120) --- 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 5c48513..8e3770f 100644 --- a/lib/legitbot/version.rb +++ b/lib/legitbot/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Legitbot - VERSION = '1.9.4' + VERSION = '1.10.0' end