Skip to content

Commit 4d48b18

Browse files
committed
change version to 1.8.1
1 parent 9acb2c9 commit 4d48b18

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.0
1+
1.8.1

sdk/include/alibabacloud/oss/Config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
#pragma once
1818

1919
// version = (major << 16) + (minor << 8) + patch
20-
#define ALIBABACLOUD_OSS_VERSION ((1 << 16) + (8 << 8) + 0)
20+
#define ALIBABACLOUD_OSS_VERSION ((1 << 16) + (8 << 8) + 1)
2121

22-
#define ALIBABACLOUD_OSS_VERSION_STR "1.8.0"
22+
#define ALIBABACLOUD_OSS_VERSION_STR "1.8.1"
2323

2424
// auto generated by cmake option
2525
/* #undef OSS_DISABLE_BUCKET */

0 commit comments

Comments
 (0)