We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c801c8e commit 0320907Copy full SHA for 0320907
pom.xml
@@ -10,7 +10,7 @@
10
11
<groupId>org.jruby.rack</groupId>
12
<artifactId>jruby-rack</artifactId>
13
- <version>1.1.18</version>
+ <version>1.1.19-SNAPSHOT</version>
14
<name>JRuby-Rack</name>
15
<url>http://github.com/jruby/jruby-rack/</url>
16
<description>
src/main/ruby/jruby/rack/version.rb
@@ -7,6 +7,6 @@
7
8
module JRuby
9
module Rack
- VERSION = '1.1.18'
+ VERSION = '1.1.19.SNAPSHOT'
end
0 commit comments