prep 3.0.9

This commit is contained in:
Thomas Reynolds 2013-01-08 10:33:19 -08:00
parent eccda125e5
commit d6c2cf305b
2 changed files with 7 additions and 1 deletions

View file

@ -1,6 +1,12 @@
Master
===
3.0.9
====
* Lock Rack to 1.4.1 until BodyProxy bug is resolved. #709
* Safely de-register Tilt extensions which are missing gems. #713
3.0.8
====

View file

@ -1,5 +1,5 @@
module Middleman
# Current Version
# @return [String]
VERSION = '3.0.8' unless const_defined?(:VERSION)
VERSION = '3.0.9' unless const_defined?(:VERSION)
end