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 dd04aba commit 8591739Copy full SHA for 8591739
VERSION
@@ -1 +1 @@
1
-1.5.0
+1.6.0
sdk/include/alibabacloud/oss/Config.h
@@ -17,7 +17,7 @@
17
#pragma once
18
19
// version = (major << 16) + (minor << 8) + patch
20
-#define ALIBABACLOUD_OSS_VERSION ((1 << 16) + (5 << 8) + 0)
+#define ALIBABACLOUD_OSS_VERSION ((1 << 16) + (6 << 8) + 0)
21
22
-#define ALIBABACLOUD_OSS_VERSION_STR "1.5.0"
+#define ALIBABACLOUD_OSS_VERSION_STR "1.6.0"
23
0 commit comments