From 883474784dff4eccbf07e940982c3aa91fb35c94 Mon Sep 17 00:00:00 2001 From: Ashish Kulkarni Date: Mon, 1 Feb 2021 09:12:01 +0530 Subject: [PATCH] bump version to 0.11.0 Signed-off-by: Ashish Kulkarni --- lib/pronto/reek/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pronto/reek/version.rb b/lib/pronto/reek/version.rb index 0ae6f49..6633aa1 100644 --- a/lib/pronto/reek/version.rb +++ b/lib/pronto/reek/version.rb @@ -1,5 +1,5 @@ module Pronto module ReekVersion - VERSION = '0.10.0'.freeze + VERSION = '0.11.0'.freeze end end