Bump to 1.4.7 🎉

This commit is contained in:
Zachary Scott 2016-04-11 12:47:26 +09:00
parent c6a90480b3
commit c6c661f552
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ module Sinatra
VERSION VERSION
end end
SIGNATURE = [1, 4, 6] SIGNATURE = [1, 4, 7]
VERSION = SIGNATURE.join('.') VERSION = SIGNATURE.join('.')
VERSION.extend Comparable VERSION.extend Comparable