From 6f5f7270d8a16d88e26b7229d62bbcc8622cc411 Mon Sep 17 00:00:00 2001 From: Dave Copeland Date: Sat, 13 Feb 2021 18:03:35 -0500 Subject: [PATCH] bump version [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 1055c62..77c719d 100644 --- a/lib/gli/version.rb +++ b/lib/gli/version.rb @@ -1,5 +1,5 @@ module GLI unless const_defined? :VERSION - VERSION = '2.19.2' + VERSION = '2.20.0' end end