lib/middleman-core/version.rb



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