Skip to content

Commit 06de54a

Browse files
committed
change version
1 parent c056fb8 commit 06de54a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/curl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ mimes_t S3fsCurl::mimeTypes;
306306
int S3fsCurl::max_parallel_cnt = 10; // default
307307
off_t S3fsCurl::multipart_size = MULTIPART_SIZE; // default
308308
bool S3fsCurl::is_sigv4 = true; // default
309-
const string S3fsCurl::skUserAgent = "tencentyun-cosfs-v4.0()" + string(VERSION);
309+
const string S3fsCurl::skUserAgent = "tencentyun-cosfs-v5" + string(VERSION);
310310

311311
//-------------------------------------------------------------------
312312
// Class methods for S3fsCurl

0 commit comments

Comments
 (0)