From 8cb848e26fbabe09f75982fe5ce91a93929e25e7 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Tue, 26 Sep 2017 13:03:06 +0200 Subject: [PATCH] Bump version number --- lib/timecost/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/timecost/version.rb b/lib/timecost/version.rb index 4c23059..9eba2cf 100644 --- a/lib/timecost/version.rb +++ b/lib/timecost/version.rb @@ -1,3 +1,3 @@ module Timecost - VERSION = "0.2.1" + VERSION = "0.2.2" end