Skip to content

Commit 825f379

Browse files
committed
Release 7.0.28
1 parent d0ea877 commit 825f379

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626

2727
const (
2828
// Version is the current version of Elastic.
29-
Version = "7.0.27"
29+
Version = "7.0.28"
3030

3131
// DefaultURL is the default endpoint of Elasticsearch on the local machine.
3232
// It is used e.g. when initializing a new Client without a specific URL.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/olivere/elastic/v7
33
go 1.15
44

55
require (
6-
github.com/aws/aws-sdk-go v1.40.11
6+
github.com/aws/aws-sdk-go v1.40.32
77
github.com/fortytw2/leaktest v1.3.0
88
github.com/google/go-cmp v0.5.6
99
github.com/mailru/easyjson v0.7.7

0 commit comments

Comments
 (0)