quick release to work around i18n gem dep problem

This commit is contained in:
Thomas Reynolds 2013-05-03 11:24:53 -07:00
parent 4964022998
commit b230018692

View file

@ -1,5 +1,5 @@
module Middleman
# Current Version
# @return [String]
VERSION = '3.1.0.beta.2' unless const_defined?(:VERSION)
VERSION = '3.1.0.beta.3' unless const_defined?(:VERSION)
end