1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

increase VERSION

This commit is contained in:
Konstantin Haase 2011-12-30 12:00:28 +01:00
parent 4f07c29691
commit 42c7bcac62

View file

@ -1,3 +1,3 @@
module Sinatra
VERSION = '1.3.1'
VERSION = '1.3.2'
end