From 24e6a08ca1d3fafe44aaddbd19ac04da97331258 Mon Sep 17 00:00:00 2001 From: Dave Copeland Date: Wed, 25 Nov 2015 07:46:47 -0500 Subject: [PATCH] version bump [ci skip] --- lib/gli/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gli/version.rb b/lib/gli/version.rb index 23e1d45e..812f498c 100644 --- a/lib/gli/version.rb +++ b/lib/gli/version.rb @@ -1,5 +1,5 @@ module GLI unless const_defined? :VERSION - VERSION = '2.13.3' + VERSION = '2.13.4' end end