From e0790ae3870e43c027aa0e9b5f98bf27c15ab397 Mon Sep 17 00:00:00 2001 From: Ashish Kulkarni Date: Mon, 1 Feb 2021 09:34:16 +0530 Subject: [PATCH] bump version to 0.11.0 Signed-off-by: Ashish Kulkarni --- lib/pronto/spell/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pronto/spell/version.rb b/lib/pronto/spell/version.rb index 411e815..8b9453b 100644 --- a/lib/pronto/spell/version.rb +++ b/lib/pronto/spell/version.rb @@ -2,6 +2,6 @@ module Pronto module SpellVersion - VERSION = '0.10.0' + VERSION = '0.11.0' end end