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