Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jemygraw committed May 17, 2018
1 parent 807c77f commit 55e6109
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Qiniu/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@
[assembly: Guid("957cd434-8b12-46ce-980b-09ca26ed340d")]

[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyVersion("7.3.0")]
[assembly: AssemblyFileVersion("7.3.0")]
[assembly: AssemblyVersion("7.3.2")]
[assembly: AssemblyFileVersion("7.3.2")]

2 changes: 1 addition & 1 deletion src/Qiniu/Storage/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace Qiniu.Storage
/// <summary>
/// 配置信息,主要包括Zone配置(另请参阅Zone模块)
/// 目前已支持的机房包括:
/// 华东(CN_East), 华北(CN_North), 华南(CN_South), 北美(US_North)
/// 华东(CN_East), 华北(CN_North), 华南(CN_South), 北美(US_North), 新加坡(AS_Singapore)
/// 默认设置为华东机房(CN_East)
/// </summary>
public class Config
Expand Down

0 comments on commit 55e6109

Please sign in to comment.