From 4c40f81cb852630d701b6bff96cdfcd1d7bc1043 Mon Sep 17 00:00:00 2001 From: Alexander Azarov Date: Sat, 26 Sep 2020 23:08:18 +0300 Subject: [PATCH] v1.1.1 --- 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 2a34ca7..45cb8e8 100644 --- a/lib/legitbot/version.rb +++ b/lib/legitbot/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Legitbot - VERSION = '1.1.0' + VERSION = '1.1.1' end