Skip to content

Commit ff86742

Browse files
committed
version
1 parent d019eac commit ff86742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oss/const.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@ const (
7575
MaxPartSize = 5 * 1024 * 1024 * 1024 // 文件片最大值,5GB
7676
MinPartSize = 100 * 1024 // 文件片最小值,100KB
7777

78-
Version = "0.2.0" // Go sdk版本
78+
Version = "1.0.0" // Go sdk版本
7979
)

0 commit comments

Comments
 (0)