middleman/middleman-core/lib/middleman-core/version.rb
Thomas Reynolds 7762abe461 prep
2013-10-15 14:40:01 -07:00

6 lines
114 B
Ruby

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