This commit is contained in:
Thomas Reynolds 2015-01-04 15:42:22 -06:00
parent 39c7c9df54
commit 69f8245f7b

View file

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