This commit is contained in:
Thomas Reynolds 2014-09-15 15:36:57 -07:00
parent e326e10e98
commit 1b0b666130

View file

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