bump version to 6.0.0-beta1 (#7278)

This commit is contained in:
Suyog Rao 2017-05-31 08:39:13 -07:00 committed by GitHub
parent 58c0a39ff9
commit 23604c13c1
4 changed files with 5 additions and 5 deletions

View file

@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.version = LOGSTASH_CORE_PLUGIN_API
gem.add_runtime_dependency "logstash-core", "6.0.0.alpha2"
gem.add_runtime_dependency "logstash-core", "6.0.0.beta1"
# Make sure we dont build this gem from a non jruby
# environment.

View file

@ -5,4 +5,4 @@
# Note to authors: this should not include dashes because 'gem' barfs if
# you include a dash in the version string.
LOGSTASH_CORE_VERSION = "6.0.0-alpha2"
LOGSTASH_CORE_VERSION = "6.0.0-beta1"

View file

@ -11,4 +11,4 @@
# eventually this file should be in the root logstash lib fir and dependencies in logstash-core should be
# fixed.
LOGSTASH_VERSION = "6.0.0-alpha2"
LOGSTASH_VERSION = "6.0.0-beta1"

View file

@ -1,4 +1,4 @@
---
logstash: 6.0.0-alpha2
logstash-core: 6.0.0-alpha2
logstash: 6.0.0-beta1
logstash-core: 6.0.0-beta1
logstash-core-plugin-api: 2.1.16