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

6 lines
122 B
Ruby
Raw Normal View History

module Middleman
# Current Version
# @return [String]
2016-12-03 20:32:09 +01:00
VERSION = '4.1.14'.freeze unless const_defined?(:VERSION)
end