mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
prep 3.0.9
This commit is contained in:
parent
eccda125e5
commit
d6c2cf305b
2 changed files with 7 additions and 1 deletions
|
@ -1,6 +1,12 @@
|
||||||
Master
|
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
|
3.0.8
|
||||||
====
|
====
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
module Middleman
|
module Middleman
|
||||||
# Current Version
|
# Current Version
|
||||||
# @return [String]
|
# @return [String]
|
||||||
VERSION = '3.0.8' unless const_defined?(:VERSION)
|
VERSION = '3.0.9' unless const_defined?(:VERSION)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue