3.0 [ci skip]

This commit is contained in:
Thomas Reynolds 2012-07-09 10:00:49 -07:00
parent 67ceb47952
commit 174000c1a2
4 changed files with 2 additions and 6 deletions

View file

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