middleman/middleman-core/lib/middleman-core/version.rb
Thomas Reynolds b2b461935d Here we go
2015-12-15 19:58:04 -08:00

6 lines
114 B
Ruby

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