bump version

This commit is contained in:
Thomas Reynolds 2014-01-01 18:08:30 -08:00
parent 8a9fae0e35
commit 42fb8c229a

View file

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