mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
version bump
This commit is contained in:
parent
85a63b01b8
commit
7b393f3598
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ require 'sinatra/showexceptions'
|
||||||
require 'tilt'
|
require 'tilt'
|
||||||
|
|
||||||
module Sinatra
|
module Sinatra
|
||||||
VERSION = '1.2.0'
|
VERSION = '1.2.1'
|
||||||
|
|
||||||
# The request object. See Rack::Request for more info:
|
# The request object. See Rack::Request for more info:
|
||||||
# http://rack.rubyforge.org/doc/classes/Rack/Request.html
|
# http://rack.rubyforge.org/doc/classes/Rack/Request.html
|
||||||
|
|
Loading…
Reference in a new issue