Skip to content

Commit a838e71

Browse files
committed
[release] next dev snapshot update
1 parent 9f93cc3 commit a838e71

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ PLATFORMS
2828
universal-java-11
2929
universal-java-17
3030
universal-java-21
31+
universal-java-8
3132
x86_64-linux
3233

3334
DEPENDENCIES

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>org.jruby.rack</groupId>
1212
<artifactId>jruby-rack</artifactId>
13-
<version>1.2.5</version>
13+
<version>1.2.6-SNAPSHOT</version>
1414
<name>JRuby-Rack</name>
1515
<url>https://github.com/jruby/jruby-rack/</url>
1616
<description>

src/main/ruby/jruby/rack/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
module JRuby
1010
module Rack
11-
VERSION = '1.2.5'
11+
VERSION = '1.2.6.SNAPSHOT'
1212
end
1313
end

0 commit comments

Comments
 (0)