mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
prep release
This commit is contained in:
parent
eddb12488f
commit
09f3be9aba
2 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
|||
master
|
||||
===
|
||||
|
||||
# 4.2.1
|
||||
|
||||
* Fix some issues with Ruby 2.4.0
|
||||
|
||||
# 4.2.0
|
||||
|
||||
Fix #1951. A failed build would "clean" all files in build. Possibly breaking change, "clean" and "after_build" are only run for sucessful builds.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module Middleman
|
||||
# Current Version
|
||||
# @return [String]
|
||||
VERSION = '4.2.0'.freeze unless const_defined?(:VERSION)
|
||||
VERSION = '4.2.1'.freeze unless const_defined?(:VERSION)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue