From f77e9df0fc05bd6a9eda07c2c0357120b7206661 Mon Sep 17 00:00:00 2001 From: Charles Oliver Nutter Date: Mon, 10 Jun 2024 16:11:19 -0500 Subject: [PATCH] Update version for release --- src/main/ruby/jruby/rack/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/ruby/jruby/rack/version.rb b/src/main/ruby/jruby/rack/version.rb index 593b1638..60322830 100644 --- a/src/main/ruby/jruby/rack/version.rb +++ b/src/main/ruby/jruby/rack/version.rb @@ -7,6 +7,6 @@ module JRuby module Rack - VERSION = '1.2.1' + VERSION = '1.2.2' end end