bump to 3.2.0

This commit is contained in:
Thomas Reynolds 2013-10-29 09:44:19 -07:00
parent ca4935361b
commit 2cd5edf114

View file

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