From cd0638e7e570d7bcf1d0956bc2fda1c6d64fc1d0 Mon Sep 17 00:00:00 2001 From: Alexander Azarov Date: Wed, 16 Dec 2020 18:01:02 +0200 Subject: [PATCH] v1.3.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 84cf02c..46bd31c 100644 --- a/lib/legitbot/version.rb +++ b/lib/legitbot/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Legitbot - VERSION = '1.2.0' + VERSION = '1.3.0' end