From 0cd81fb2980696154c8f1ff7f79ff4f3c743be61 Mon Sep 17 00:00:00 2001 From: Ashish Kulkarni Date: Mon, 1 Feb 2021 09:34:06 +0530 Subject: [PATCH] bump version to 0.11.0 Signed-off-by: Ashish Kulkarni --- lib/pronto/rails_best_practices/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pronto/rails_best_practices/version.rb b/lib/pronto/rails_best_practices/version.rb index bf1b7c4..2df8f4b 100644 --- a/lib/pronto/rails_best_practices/version.rb +++ b/lib/pronto/rails_best_practices/version.rb @@ -1,5 +1,5 @@ module Pronto module RailsBestPracticesVersion - VERSION = '0.10.0'.freeze + VERSION = '0.11.0'.freeze end end