From 76f3aa039ce969803f7088e34aa66649151beda7 Mon Sep 17 00:00:00 2001 From: Cedric Vandendriessche Date: Thu, 26 Mar 2015 20:03:56 +0100 Subject: [PATCH] Bump version --- lib/commander/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commander/version.rb b/lib/commander/version.rb index d4ffe12..9732374 100644 --- a/lib/commander/version.rb +++ b/lib/commander/version.rb @@ -1,3 +1,3 @@ module Commander - VERSION = '4.3.0' + VERSION = '4.3.1' end