Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.

Commit

Permalink
Bump to 5.0.0-alpha6, next release (elastic#5751)
Browse files Browse the repository at this point in the history
  • Loading branch information
Suyog Rao authored Aug 10, 2016
1 parent 8bb01d6 commit e7dcdd6
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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-alpha5"
LOGSTASH_CORE_EVENT_JAVA_VERSION = "5.0.0-alpha6"
2 changes: 1 addition & 1 deletion logstash-core-event/lib/logstash-core-event/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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_VERSION = "5.0.0-alpha5"
LOGSTASH_CORE_EVENT_VERSION = "5.0.0-alpha6"
2 changes: 1 addition & 1 deletion logstash-core-plugin-api/logstash-core-plugin-api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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", "5.0.0-alpha5"
gem.add_runtime_dependency "logstash-core", "5.0.0-alpha6"

# Make sure we dont build this gem from a non jruby
# environment.
Expand Down
2 changes: 1 addition & 1 deletion logstash-core/lib/logstash-core/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "5.0.0-alpha5"
LOGSTASH_CORE_VERSION = "5.0.0-alpha6"
2 changes: 1 addition & 1 deletion logstash-core/lib/logstash/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "5.0.0-alpha5"
LOGSTASH_VERSION = "5.0.0-alpha6"
2 changes: 1 addition & 1 deletion logstash-core/logstash-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.version = LOGSTASH_CORE_VERSION

gem.add_runtime_dependency "logstash-core-event-java", "5.0.0-alpha5"
gem.add_runtime_dependency "logstash-core-event-java", "5.0.0-alpha6"

gem.add_runtime_dependency "cabin", "~> 0.8.0" #(Apache 2.0 license)
gem.add_runtime_dependency "pry", "~> 0.10.1" #(Ruby license)
Expand Down
8 changes: 4 additions & 4 deletions versions.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
logstash: 5.0.0-alpha5
logstash-core: 5.0.0-alpha5
logstash-core-event: 5.0.0-alpha5
logstash-core-event-java: 5.0.0-alpha5
logstash: 5.0.0-alpha6
logstash-core: 5.0.0-alpha6
logstash-core-event: 5.0.0-alpha6
logstash-core-event-java: 5.0.0-alpha6
logstash-core-plugin-api: 2.1.7

0 comments on commit e7dcdd6

Please sign in to comment.