From 1a136ad240a4228a7e4a396238a1bf693513fb12 Mon Sep 17 00:00:00 2001 From: Alexander Azarov Date: Thu, 18 Jun 2020 11:15:32 +0300 Subject: [PATCH] v1.0.0 Release version 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 5df1404..0c69dd9 100644 --- a/lib/legitbot/version.rb +++ b/lib/legitbot/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Legitbot - VERSION = '0.4.3' + VERSION = '1.0.0' end