version bump [ci skip]

This commit is contained in:
Thomas Reynolds 2012-07-04 16:47:01 -07:00
parent 54f796120f
commit d4259315e7
2 changed files with 1 additions and 2 deletions

View file

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

View file

@ -19,7 +19,6 @@ Feature: More default extensions
When I go to "/stylesheets/style3.css"
Then I should see "color"
Scenario: Default extensions build
Given a fixture app "implied-extensions-app"
And a successfully built app at "implied-extensions-app"