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
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
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.