master v4.1.14
Thomas Reynolds 2016-12-03 11:32:09 -08:00
parent 30217d2c04
commit b6167b1369
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