Skip to content

Commit d255a5d

Browse files
committed
Update client to 2.0.45
1 parent d6f73ee commit d255a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121

2222
const (
2323
// Version is the current version of Elastic.
24-
Version = "2.0.44"
24+
Version = "2.0.45"
2525

2626
// DefaultUrl is the default endpoint of Elasticsearch on the local machine.
2727
// It is used e.g. when initializing a new Client without a specific URL.

0 commit comments

Comments
 (0)