prep new release

This commit is contained in:
Thomas Reynolds 2013-12-18 14:56:21 -08:00
parent a1090f912c
commit b6361c23f7
2 changed files with 8 additions and 1 deletions

View file

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