Sinatra 0.2.1 Release

This commit is contained in:
Blake Mizerany 2008-04-15 17:50:37 -07:00
parent 983358b3c4
commit d7e9f3002a
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1,2 @@
v0.2.1 File upload fix and minor tweaks
v0.2.0 Released!

View File

@ -82,7 +82,7 @@ module Sinatra
module Version
MAJOR = '0'
MINOR = '2'
REVISION = '0'
REVISION = '1'
def self.combined
[MAJOR, MINOR, REVISION].join('.')
end