We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ec2cd commit acdec24Copy full SHA for acdec24
client.go
@@ -26,7 +26,7 @@ import (
26
27
const (
28
// Version is the current version of Elastic.
29
- Version = "7.0.31"
+ Version = "7.0.32"
30
31
// DefaultURL is the default endpoint of Elasticsearch on the local machine.
32
// It is used e.g. when initializing a new Client without a specific URL.
0 commit comments