From 7043538637cb50308396d59acc96fd23eaf3957a Mon Sep 17 00:00:00 2001 From: Igor Makarov Date: Sat, 19 Sep 2020 16:44:03 +0300 Subject: [PATCH] bump version to 0.11.0 --- lib/xcake/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/xcake/version.rb b/lib/xcake/version.rb index 12721853..c3f875fe 100644 --- a/lib/xcake/version.rb +++ b/lib/xcake/version.rb @@ -1,3 +1,3 @@ module Xcake - VERSION = '0.10.0'.freeze + VERSION = '0.11.0'.freeze end