From 401521333897c4709b817399e7f8909c7892eece Mon Sep 17 00:00:00 2001 From: Alexander Azarov Date: Mon, 21 Oct 2019 21:50:25 +0300 Subject: [PATCH] v0.4.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 99316f5..aa6b8a6 100644 --- a/lib/legitbot/version.rb +++ b/lib/legitbot/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Legitbot - VERSION = '0.4.0' + VERSION = '0.4.1' end