Skip to content

Commit 77b4c34

Browse files
committed
prepare for 1.1.20
1 parent 23a0858 commit 77b4c34

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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.20-SNAPSHOT</version>
13+
<version>1.1.20</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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#--
2+
# Copyright (c) 2012-2016 Karol Bucek, LTD.
23
# Copyright (c) 2010-2012 Engine Yard, Inc.
34
# Copyright (c) 2007-2009 Sun Microsystems, Inc.
45
# This source code is available under the MIT license.
@@ -7,6 +8,6 @@
78

89
module JRuby
910
module Rack
10-
VERSION = '1.1.20.SNAPSHOT'
11+
VERSION = '1.1.20'
1112
end
1213
end

0 commit comments

Comments
 (0)