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

6 lines
121 B
Ruby
Raw Normal View History

module Middleman
# Current Version
# @return [String]
2016-04-12 22:12:09 +02:00
VERSION = '4.1.7'.freeze unless const_defined?(:VERSION)
end