Skip to content

Commit 0320907

Browse files
committed
update for next development snapshot
1 parent c801c8e commit 0320907

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.1.18</version>
13+
<version>1.1.19-SNAPSHOT</version>
1414
<name>JRuby-Rack</name>
1515
<url>http://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
@@ -7,6 +7,6 @@
77

88
module JRuby
99
module Rack
10-
VERSION = '1.1.18'
10+
VERSION = '1.1.19.SNAPSHOT'
1111
end
1212
end

0 commit comments

Comments
 (0)