Skip to content

Commit 55e6109

Browse files
committed
update version number
1 parent 807c77f commit 55e6109

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Qiniu/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@
7575
[assembly: Guid("957cd434-8b12-46ce-980b-09ca26ed340d")]
7676

7777
[assembly: AssemblyCopyright("Copyright © 2017")]
78-
[assembly: AssemblyVersion("7.3.0")]
79-
[assembly: AssemblyFileVersion("7.3.0")]
78+
[assembly: AssemblyVersion("7.3.2")]
79+
[assembly: AssemblyFileVersion("7.3.2")]
8080

src/Qiniu/Storage/Config.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ namespace Qiniu.Storage
44
/// <summary>
55
/// 配置信息,主要包括Zone配置(另请参阅Zone模块)
66
/// 目前已支持的机房包括:
7-
/// 华东(CN_East), 华北(CN_North), 华南(CN_South), 北美(US_North)
7+
/// 华东(CN_East), 华北(CN_North), 华南(CN_South), 北美(US_North), 新加坡(AS_Singapore)
88
/// 默认设置为华东机房(CN_East)
99
/// </summary>
1010
public class Config

0 commit comments

Comments
 (0)