From 0320907b1ace7ac1a32dcf91d44e8b0f2cdd7689 Mon Sep 17 00:00:00 2001 From: kares Date: Tue, 13 Jan 2015 15:29:54 +0100 Subject: [PATCH] update for next development snapshot --- pom.xml | 2 +- src/main/ruby/jruby/rack/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9a93bfa3..8cc291f5 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.jruby.rack jruby-rack - 1.1.18 + 1.1.19-SNAPSHOT JRuby-Rack http://github.com/jruby/jruby-rack/ diff --git a/src/main/ruby/jruby/rack/version.rb b/src/main/ruby/jruby/rack/version.rb index 26fc82e6..e7cd380d 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.1.18' + VERSION = '1.1.19.SNAPSHOT' end end