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 5d42522 commit 45c9f91Copy full SHA for 45c9f91
VERSION
@@ -1 +1 @@
1
-1.9.1
+1.9.2
sdk/include/alibabacloud/oss/Config.h
@@ -17,9 +17,9 @@
17
#pragma once
18
19
// version = (major << 16) + (minor << 8) + patch
20
-#define ALIBABACLOUD_OSS_VERSION ((1 << 16) + (9 << 8) + 1)
+#define ALIBABACLOUD_OSS_VERSION ((1 << 16) + (9 << 8) + 2)
21
22
-#define ALIBABACLOUD_OSS_VERSION_STR "1.9.1"
+#define ALIBABACLOUD_OSS_VERSION_STR "1.9.2"
23
24
// auto generated by cmake option
25
/* #undef OSS_DISABLE_BUCKET */
0 commit comments