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 909875f commit 7215877Copy full SHA for 7215877
client.go
@@ -26,7 +26,7 @@ import (
26
27
const (
28
// Version is the current version of Elastic.
29
- Version = "7.0.24"
+ Version = "7.0.25"
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