Skip to content

Commit

Permalink
Push version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
leahneukirchen committed Mar 25, 2009
1 parent 35f5aae commit 93b22c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

module Rack
# The Rack protocol version number implemented.
VERSION = [0,1]
VERSION = [1,0]

# Return the Rack protocol version as a dotted string.
def self.version
Expand All @@ -23,7 +23,7 @@ def self.version

# Return the Rack release as a dotted string.
def self.release
"0.4"
"1.0"
end

autoload :Builder, "rack/builder"
Expand Down

0 comments on commit 93b22c0

Please sign in to comment.