From 85cba55bf7bc0ab1fe250b7e6f37a6af027fac1c Mon Sep 17 00:00:00 2001 From: Dave Copeland Date: Tue, 16 Jul 2024 13:26:25 -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 6fce4d8..200b216 100644 --- a/lib/gli/version.rb +++ b/lib/gli/version.rb @@ -1,5 +1,5 @@ module GLI unless const_defined? :VERSION - VERSION = '2.21.1' + VERSION = '2.21.2' end end