Skip to content

Commit

Permalink
Version 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksieger committed Mar 4, 2011
1 parent 160c964 commit 74cbc94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jruby.rack</groupId>
<artifactId>jruby-rack</artifactId>
<version>1.0.7.dev</version>
<version>1.0.7</version>
<name>JRuby-Rack</name>
<url>http://github.com/nicksieger/jruby-rack/</url>
<description>
Expand Down
2 changes: 1 addition & 1 deletion src/main/ruby/jruby/rack/version.rb
Expand Up @@ -7,6 +7,6 @@

module JRuby
module Rack
VERSION = "1.0.7.dev"
VERSION = "1.0.7"
end
end

0 comments on commit 74cbc94

Please sign in to comment.