middleman/middleman-core/lib/middleman-core/version.rb
Thomas Reynolds 493d782875 bump 3.0.4
2012-09-13 10:52:11 -07:00

6 lines
114 B
Ruby

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