Handle breaking padrino change. Closes #1349

This commit is contained in:
Thomas Reynolds 2014-08-13 20:24:20 -07:00
parent 207da11372
commit 2b928a326c
4 changed files with 9 additions and 3 deletions

View file

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