This commit is contained in:
Thomas Reynolds 2013-01-01 19:10:54 -08:00
parent aefe61b18f
commit aefcdabb52
2 changed files with 7 additions and 1 deletions

View file

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