mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
bump to 6.0.0-beta2
This commit is contained in:
parent
35a4d202c1
commit
8c44757679
4 changed files with 5 additions and 5 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue