bump to 6.0.0-beta2

This commit is contained in:
Colin Surprenant 2017-08-16 16:11:48 -04:00
parent 35a4d202c1
commit 8c44757679
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.beta1"
gem.add_runtime_dependency "logstash-core", "6.0.0.beta2"
# 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-beta1"
LOGSTASH_CORE_VERSION = "6.0.0-beta2"

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-beta1"
LOGSTASH_VERSION = "6.0.0-beta2"

View file

@ -1,6 +1,6 @@
---
logstash: 6.0.0-beta1
logstash-core: 6.0.0-beta1
logstash: 6.0.0-beta2
logstash-core: 6.0.0-beta2
logstash-core-plugin-api: 2.1.16
jruby:
version: 9.1.12.0