mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
bump version
This commit is contained in:
parent
1fb10858b8
commit
6ed162842a
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ module Rack
|
||||||
VERSION
|
VERSION
|
||||||
end
|
end
|
||||||
|
|
||||||
SIGNATURE = [1, 3, 0]
|
SIGNATURE = [1, 3, 1]
|
||||||
VERSION = SIGNATURE.join('.')
|
VERSION = SIGNATURE.join('.')
|
||||||
|
|
||||||
VERSION.extend Comparable
|
VERSION.extend Comparable
|
||||||
|
|
Loading…
Reference in a new issue