Skip to content

Commit

Permalink
Release 7.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
olivere committed Jun 6, 2020
1 parent 3db0060 commit 88b34c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (

const (
// Version is the current version of Elastic.
Version = "7.0.16"
Version = "7.0.17"

// DefaultURL is the default endpoint of Elasticsearch on the local machine.
// It is used e.g. when initializing a new Client without a specific URL.
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/olivere/elastic/v7
go 1.14

require (
github.com/aws/aws-sdk-go v1.30.7
github.com/aws/aws-sdk-go v1.31.12
github.com/fortytw2/leaktest v1.3.0
github.com/google/go-cmp v0.4.0
github.com/google/go-cmp v0.4.1
github.com/mailru/easyjson v0.7.1
github.com/opentracing/opentracing-go v1.1.0
github.com/pkg/errors v0.9.1
Expand Down

0 comments on commit 88b34c0

Please sign in to comment.