version bump [ci skip]
This commit is contained in:
parent
54f796120f
commit
d4259315e7
|
@ -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
|
||||
|
|
|
@ -18,7 +18,6 @@ Feature: More default extensions
|
|||
Then I should see "section"
|
||||
When I go to "/stylesheets/style3.css"
|
||||
Then I should see "color"
|
||||
|
||||
|
||||
Scenario: Default extensions build
|
||||
Given a fixture app "implied-extensions-app"
|
||||
|
|
Loading…
Reference in a new issue