mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
update Sinatra::VERSION
This commit is contained in:
parent
5f5bb9d029
commit
5093efcd11
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue