From ce15c08e7e4bb287ad73c395a3dd963950703ad9 Mon Sep 17 00:00:00 2001 From: Jonathan PHILIPPE Date: Wed, 11 Nov 2020 17:40:08 +0100 Subject: [PATCH] Prepares for 1.0.0 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 e6d5e96..b0d7a16 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.2' + VERSION = '1.0.0' end end end