update Sinatra::VERSION

This commit is contained in:
Konstantin Haase 2011-02-27 09:48:05 +01:00
parent 5f5bb9d029
commit 5093efcd11
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ require 'sinatra/showexceptions'
require 'tilt'
module Sinatra
VERSION = '1.2.0.d'
VERSION = '1.2.0'
# The request object. See Rack::Request for more info:
# http://rack.rubyforge.org/doc/classes/Rack/Request.html