mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Revert version change to 2.0.0.dev because plugins constraint checks fail
Fixes #3865
This commit is contained in:
parent
cfc147b611
commit
309611ba52
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -2,7 +2,7 @@
|
|||
# If you modify this file manually all comments and formatting will be lost.
|
||||
|
||||
source "https://rubygems.org"
|
||||
gem "logstash-core", "3.0.0.dev", :path => "."
|
||||
gem "logstash-core", "2.0.0.dev", :path => "."
|
||||
gem "file-dependencies", "0.1.6"
|
||||
gem "ci_reporter_rspec", "1.0.0", :group => :development
|
||||
gem "simplecov", :group => :development
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# encoding: utf-8
|
||||
# The version of logstash.
|
||||
LOGSTASH_VERSION = "3.0.0.dev"
|
||||
LOGSTASH_VERSION = "2.0.0.dev"
|
||||
|
||||
# Note to authors: this should not include dashes because 'gem' barfs if
|
||||
# you include a dash in the version string.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue