From 44b34c28d861f9af5024ca40584bcabb294b9c52 Mon Sep 17 00:00:00 2001 From: Charles Oliver Nutter Date: Mon, 3 Jun 2024 08:45:37 -0500 Subject: [PATCH] Update gem to next dev version --- 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 7b366884..1d659c5d 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.0' + VERSION = '1.2.1.SNAPSHOT' end end