bump version [no-ci]

This commit is contained in:
Thomas Reynolds 2012-06-19 20:12:55 -07:00
parent c3796a9161
commit 35ff2e0c48

View file

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