From 6e57a9c26445f5a46fddd7d78f2a977a35e00fde Mon Sep 17 00:00:00 2001 From: Jonathan PHILIPPE Date: Mon, 9 Nov 2020 13:23:21 +0100 Subject: [PATCH] Prepares for 0.2.2 release --- lib/crawler/operator/core/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/crawler/operator/core/version.rb b/lib/crawler/operator/core/version.rb index 74dea5e..e6d5e96 100644 --- a/lib/crawler/operator/core/version.rb +++ b/lib/crawler/operator/core/version.rb @@ -1,7 +1,7 @@ module Crawler module Operator module Core - VERSION = '0.2.1' + VERSION = '0.2.2' end end end