From 40f3bf377081dbde32cf7b44687f69e180c8c394 Mon Sep 17 00:00:00 2001 From: Igor Makarov Date: Sun, 19 Jan 2020 16:01:36 +0200 Subject: [PATCH] bump version to 0.9.2 --- 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 30aa1131..74b9e7a3 100644 --- a/lib/xcake/version.rb +++ b/lib/xcake/version.rb @@ -1,3 +1,3 @@ module Xcake - VERSION = '0.9.1'.freeze + VERSION = '0.9.2'.freeze end