middleman/middleman-core/lib/middleman-core/version.rb
Thomas Reynolds dfa389bde4 bump
2016-03-17 14:47:14 -07:00

6 lines
121 B
Ruby

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