middleman/middleman-core/lib/middleman-core/version.rb
Thomas Reynolds 061323a09f prep release
2012-09-23 18:43:42 -07:00

6 lines
114 B
Ruby

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