middleman/middleman-core/lib/middleman-core/version.rb

6 lines
121 B
Ruby
Raw Normal View History

module Middleman
# Current Version
# @return [String]
2016-05-11 19:59:48 +02:00
VERSION = '4.1.8'.freeze unless const_defined?(:VERSION)
end