Skip to content

Commit 962dec5

Browse files
author
Sylvain Friquet
committed
chore: update version to 3.25.0 [skip ci]
1 parent 96f7484 commit 962dec5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

algolia/transport/transport.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
iopt "github.com/algolia/algoliasearch-client-go/v3/algolia/internal/opt"
2222
)
2323

24-
const version = "3.24.0"
24+
const version = "3.25.0"
2525

2626
type Transport struct {
2727
requester Requester
@@ -41,7 +41,6 @@ func New(
4141
extraUserAgent string,
4242
compression compression.Compression,
4343
) *Transport {
44-
4544
if requester == nil {
4645
requester = newDefaultRequester()
4746
}
@@ -267,7 +266,6 @@ func buildRequest(
267266
headers map[string]string,
268267
urlParams map[string]string,
269268
) (req *http.Request, err error) {
270-
271269
urlStr := "https://" + host + path
272270
isCompressionEnabled := shouldCompress(c, method, body)
273271

0 commit comments

Comments
 (0)