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 23a0858 commit 77b4c34Copy full SHA for 77b4c34
pom.xml
@@ -10,7 +10,7 @@
10
11
<groupId>org.jruby.rack</groupId>
12
<artifactId>jruby-rack</artifactId>
13
- <version>1.1.20-SNAPSHOT</version>
+ <version>1.1.20</version>
14
<name>JRuby-Rack</name>
15
<url>http://github.com/jruby/jruby-rack/</url>
16
<description>
src/main/ruby/jruby/rack/version.rb
@@ -1,4 +1,5 @@
1
#--
2
+# Copyright (c) 2012-2016 Karol Bucek, LTD.
3
# Copyright (c) 2010-2012 Engine Yard, Inc.
4
# Copyright (c) 2007-2009 Sun Microsystems, Inc.
5
# This source code is available under the MIT license.
@@ -7,6 +8,6 @@
7
8
9
module JRuby
module Rack
- VERSION = '1.1.20.SNAPSHOT'
+ VERSION = '1.1.20'
end
0 commit comments