Fix #2019
This commit is contained in:
parent
30217d2c04
commit
b6167b1369
|
@ -306,7 +306,6 @@ module Middleman
|
|||
execute_callbacks(:after_configuration)
|
||||
|
||||
# Everything is stable
|
||||
$stderr.puts config[:exit_before_ready].inspect
|
||||
execute_callbacks(:ready) unless config[:exit_before_ready]
|
||||
end
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module Middleman
|
||||
# Current Version
|
||||
# @return [String]
|
||||
VERSION = '4.1.13'.freeze unless const_defined?(:VERSION)
|
||||
VERSION = '4.1.14'.freeze unless const_defined?(:VERSION)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue