Update version so path-based Gemfile dependencies work
This commit is contained in:
parent
b82ad07b51
commit
57061a17c0
|
@ -4,10 +4,10 @@ require "rubygems"
|
|||
module Middleman
|
||||
# Current Version
|
||||
# @return [String]
|
||||
VERSION = '3.0.0.beta.1' unless const_defined?(:VERSION)
|
||||
VERSION = '3.0.0.beta.2' unless const_defined?(:VERSION)
|
||||
|
||||
# Parsed version for RubyGems
|
||||
# @private
|
||||
# @return [String]
|
||||
GEM_VERSION = ::Gem::Version.create(VERSION) unless const_defined?(:GEM_VERSION)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue