From a68905cf52b171dcf0eae73458bd173f5cd2f057 Mon Sep 17 00:00:00 2001 From: Dave Copeland Date: Sun, 27 Jun 2021 17:55:35 -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 77c719d..83431bb 100644 --- a/lib/gli/version.rb +++ b/lib/gli/version.rb @@ -1,5 +1,5 @@ module GLI unless const_defined? :VERSION - VERSION = '2.20.0' + VERSION = '2.20.1' end end