This commit is contained in:
Thomas Reynolds 2016-05-11 10:59:48 -07:00
parent 3e4187568b
commit 849fc65260
2 changed files with 8 additions and 5 deletions

View file

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