From 19eae87ca23ab03237b3533833aa51170ea30e84 Mon Sep 17 00:00:00 2001 From: Dave Copeland Date: Thu, 18 Jul 2024 10:41:47 -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 2dbc6c5..0cb07c2 100644 --- a/lib/gli/version.rb +++ b/lib/gli/version.rb @@ -1,5 +1,5 @@ module GLI unless const_defined? :VERSION - VERSION = '2.21.4' + VERSION = '2.21.5' end end