From d5d4dc88d001fd9b6a34686e4a6683594fc921eb Mon Sep 17 00:00:00 2001 From: "guangjun.hgj" Date: Thu, 25 Apr 2019 11:28:25 +0800 Subject: [PATCH] change version to 1.3.1 --- VERSION | 2 +- sdk/include/alibabacloud/oss/Config.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 589268e..6261a05 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.0 \ No newline at end of file +1.3.1 \ No newline at end of file diff --git a/sdk/include/alibabacloud/oss/Config.h b/sdk/include/alibabacloud/oss/Config.h index 75944ed..65ce18f 100644 --- a/sdk/include/alibabacloud/oss/Config.h +++ b/sdk/include/alibabacloud/oss/Config.h @@ -17,7 +17,7 @@ #pragma once // version = (major << 16) + (minor << 8) + patch -#define ALIBABACLOUD_OSS_VERSION ((1 << 16) + (3 << 8) + 0) +#define ALIBABACLOUD_OSS_VERSION ((1 << 16) + (3 << 8) + 1) -#define ALIBABACLOUD_OSS_VERSION_STR "1.3.0" +#define ALIBABACLOUD_OSS_VERSION_STR "1.3.1"