middleman/middleman-core/lib/middleman-core/version.rb
Thomas Reynolds 6d1effd2e7 bump
2013-07-21 23:32:28 -07:00

6 lines
114 B
Ruby

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