Compare commits

...

1 Commits

Author SHA1 Message Date
Thomas Reynolds b6167b1369 Fix #2019 2016-12-03 11:32:09 -08:00
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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