From afcce7ddcacd6039406c0e4f7209894c1b94b082 Mon Sep 17 00:00:00 2001 From: Dave Copeland Date: Sat, 6 Jul 2013 12:34:44 -0400 Subject: [PATCH] bump version --- 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 c639c50f..c914e217 100644 --- a/lib/gli/version.rb +++ b/lib/gli/version.rb @@ -1,5 +1,5 @@ module GLI unless const_defined? :VERSION - VERSION = '2.6.2' + VERSION = '2.7.0' end end