mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Sinatra 0.2.1 Release
This commit is contained in:
parent
983358b3c4
commit
d7e9f3002a
2 changed files with 2 additions and 1 deletions
|
@ -1 +1,2 @@
|
||||||
|
v0.2.1 File upload fix and minor tweaks
|
||||||
v0.2.0 Released!
|
v0.2.0 Released!
|
||||||
|
|
|
@ -82,7 +82,7 @@ module Sinatra
|
||||||
module Version
|
module Version
|
||||||
MAJOR = '0'
|
MAJOR = '0'
|
||||||
MINOR = '2'
|
MINOR = '2'
|
||||||
REVISION = '0'
|
REVISION = '1'
|
||||||
def self.combined
|
def self.combined
|
||||||
[MAJOR, MINOR, REVISION].join('.')
|
[MAJOR, MINOR, REVISION].join('.')
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue