Skip to content

Commit

Permalink
Bump logstash version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Henderson committed Aug 6, 2018
1 parent e1a7946 commit 37757dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.elastic.co/logstash/logstash-oss:6.3.1
FROM docker.elastic.co/logstash/logstash-oss:6.3.2

WORKDIR /usr/src/plugin

Expand Down
2 changes: 1 addition & 1 deletion logstash-output-salesforce.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'logstash-output-salesforce'
s.version = '1.0.0'
s.version = '1.0.1'
s.licenses = ['Apache License (2.0)']
s.summary = "An output to create and update Salesforce sObjects using the API"
s.description = "This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program"
Expand Down

0 comments on commit 37757dc

Please sign in to comment.