Skip to content

Commit 1738535

Browse files
committed
Release 6.2.37
1 parent 6177008 commit 1738535

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

client.go

Lines changed: 1 addition & 3 deletions
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 = "6.2.36"
29+
Version = "6.2.37"
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.
@@ -1926,8 +1926,6 @@ func (c *Client) XPackIlmDeleteLifecycle() *XPackIlmDeleteLifecycleService {
19261926

19271927
// -- X-Pack Security --
19281928

1929-
1930-
19311929
// XPackSecurityGetUser gets details about one or more users.
19321930
func (c *Client) XPackSecurityGetUser(usernames ...string) *XPackSecurityGetUserService {
19331931
return NewXPackSecurityGetUserService(c).Usernames(usernames...)

0 commit comments

Comments
 (0)