From 58299651f88153664fb8739b2302548088f71b8b Mon Sep 17 00:00:00 2001 From: Hemant Kumar Date: Mon, 30 Nov 2015 21:29:08 +0000 Subject: [PATCH] Bump the version --- lib/invoker/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/invoker/version.rb b/lib/invoker/version.rb index 4ce1cbb..ee912a7 100644 --- a/lib/invoker/version.rb +++ b/lib/invoker/version.rb @@ -43,5 +43,5 @@ def next Version.new(next_splits.join('.')) end end - VERSION = "1.3.2" + VERSION = "1.4.0" end