From f0fb35536923cd51ecc1d62ba744c08ecd5fff4c Mon Sep 17 00:00:00 2001 From: Ashish Kulkarni Date: Mon, 1 Feb 2021 09:31:34 +0530 Subject: [PATCH] bump version to 0.11.0 Signed-off-by: Ashish Kulkarni --- lib/pronto/poper/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pronto/poper/version.rb b/lib/pronto/poper/version.rb index 4828aad..304b57c 100644 --- a/lib/pronto/poper/version.rb +++ b/lib/pronto/poper/version.rb @@ -1,5 +1,5 @@ module Pronto module PoperVersion - VERSION = '0.10.0'.freeze + VERSION = '0.11.0'.freeze end end