From 35d3c90e3a19778bc4dbad2ea4609d03fe2daeef Mon Sep 17 00:00:00 2001 From: David Copeland Date: Sun, 22 Oct 2017 11:04:31 -0400 Subject: [PATCH] bump verson --- 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 346830a3..1ee00381 100644 --- a/lib/gli/version.rb +++ b/lib/gli/version.rb @@ -1,5 +1,5 @@ module GLI unless const_defined? :VERSION - VERSION = '2.16.1' + VERSION = '2.17.0' end end