Skip to content

Commit 3d60e65

Browse files
author
Shakeel Mohamed
committed
Update user agent string version
1 parent c76f573 commit 3d60e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splunklib/binding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1324,7 +1324,7 @@ def request(url, message, **kwargs):
13241324
head = {
13251325
"Content-Length": str(len(body)),
13261326
"Host": host,
1327-
"User-Agent": "splunk-sdk-python/1.4",
1327+
"User-Agent": "splunk-sdk-python/1.5.0",
13281328
"Accept": "*/*",
13291329
} # defaults
13301330
for key, value in message["headers"]:

0 commit comments

Comments
 (0)