lib/middleman-core/version.rb



module Middleman
  # Current Version
  # @return [String]
  VERSION = '3.0.6' unless const_defined?(:VERSION)
end