bump to rc2

This commit is contained in:
Thomas Reynolds 2012-06-17 12:21:24 -07:00
parent 5da63cb84f
commit eee1e45afb

View file

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