middleman/middleman-core/lib/middleman-core/version.rb
Thomas Reynolds f596d8ebf5 bump
2016-02-02 13:11:53 -08:00

6 lines
121 B
Ruby

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