From 9bb24a527abd95a9c6aa5e6a698ddd234e697046 Mon Sep 17 00:00:00 2001 From: Alexander Azarov Date: Sun, 27 Sep 2020 21:53:22 +0300 Subject: [PATCH] v1.2.0 --- 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 45cb8e8..84cf02c 100644 --- a/lib/legitbot/version.rb +++ b/lib/legitbot/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Legitbot - VERSION = '1.1.1' + VERSION = '1.2.0' end