mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Revert commit 4f7299a
Need to revert bump to 5.0.0.dev because individual plugins will not install on top of this version. In plugins' gemspec, the constraint is `s.add_runtime_dependency "logstash-core", ">= 2.0.0", "< 3.0.0"` This needs to be mass updated, and then bumped to 5.0.0 Fixes #4828
This commit is contained in:
parent
4f7299a555
commit
b9369abc0e
4 changed files with 4 additions and 4 deletions
|
@ -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_EVENT_JAVA_VERSION = "5.0.0.dev"
|
||||
LOGSTASH_CORE_EVENT_JAVA_VERSION = "3.0.0.dev"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue