Skip to content

Commit

Permalink
Release 7.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
olivere committed Aug 30, 2021
1 parent d0ea877 commit 825f379
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (

const (
// Version is the current version of Elastic.
Version = "7.0.27"
Version = "7.0.28"

// 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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/olivere/elastic/v7
go 1.15

require (
github.com/aws/aws-sdk-go v1.40.11
github.com/aws/aws-sdk-go v1.40.32
github.com/fortytw2/leaktest v1.3.0
github.com/google/go-cmp v0.5.6
github.com/mailru/easyjson v0.7.7
Expand Down

0 comments on commit 825f379

Please sign in to comment.