bump to 5.0.0.dev

Fixes #4814
This commit is contained in:
Joao Duarte 2016-03-14 14:28:09 +00:00 committed by Suyog Rao
parent 065a82467a
commit 4f7299a555
4 changed files with 4 additions and 4 deletions

View file

@ -5,4 +5,4 @@
# Note to authors: this should not include dashes because 'gem' barfs if # Note to authors: this should not include dashes because 'gem' barfs if
# you include a dash in the version string. # you include a dash in the version string.
LOGSTASH_CORE_EVENT_JAVA_VERSION = "3.0.0.dev" LOGSTASH_CORE_EVENT_JAVA_VERSION = "5.0.0.dev"

View file

@ -5,4 +5,4 @@
# Note to authors: this should not include dashes because 'gem' barfs if # Note to authors: this should not include dashes because 'gem' barfs if
# you include a dash in the version string. # you include a dash in the version string.
LOGSTASH_CORE_EVENT_VERSION = "3.0.0.dev" LOGSTASH_CORE_EVENT_VERSION = "5.0.0.dev"

View file

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

View file

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