Bumped version to 3.0.0.alpha.9
This commit is contained in:
parent
146b9c1187
commit
3d3e9e2f5b
|
@ -40,8 +40,11 @@ begin
|
|||
# Rubygems
|
||||
require "middleman-more"
|
||||
rescue LoadError
|
||||
begin
|
||||
# Local
|
||||
require File.expand_path(File.join(File.dirname(File.dirname(libdir)), "middleman-more", "lib", "middleman-more"))
|
||||
rescue LoadError
|
||||
end
|
||||
end
|
||||
|
||||
# Change directory to the root
|
||||
|
|
|
@ -4,7 +4,7 @@ require "rubygems"
|
|||
module Middleman
|
||||
# Current Version
|
||||
# @return [String]
|
||||
VERSION = '3.0.0.alpha.8' unless const_defined?(:VERSION)
|
||||
VERSION = '3.0.0.alpha.9' unless const_defined?(:VERSION)
|
||||
|
||||
# Parsed version for RubyGems
|
||||
# @private
|
||||
|
|
Loading…
Reference in a new issue