Skip to content

Commit

Permalink
change version to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
huiguangjun committed Jun 10, 2020
1 parent 9acb2c9 commit 4d48b18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.0
1.8.1
4 changes: 2 additions & 2 deletions sdk/include/alibabacloud/oss/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
#pragma once

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

#define ALIBABACLOUD_OSS_VERSION_STR "1.8.0"
#define ALIBABACLOUD_OSS_VERSION_STR "1.8.1"

// auto generated by cmake option
/* #undef OSS_DISABLE_BUCKET */
Expand Down

0 comments on commit 4d48b18

Please sign in to comment.