Really prep

feature/manifest v4.1.4
Thomas Reynolds 2016-03-22 16:04:00 -07:00
parent 5a2f9c8ca6
commit b950af89ac
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
module Middleman
# Current Version
# @return [String]
VERSION = '4.1.3'.freeze unless const_defined?(:VERSION)
VERSION = '4.1.4'.freeze unless const_defined?(:VERSION)
end