Skip to content

Commit 5c849f7

Browse files
committed
bump version to v8.4.0
1 parent 9e978b4 commit 5c849f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Qiniu/Qiniu.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<PostBuildEvent>
2929
</PostBuildEvent>
3030
<ProjectId>Qiniu</ProjectId>
31-
<Version>8.3.1</Version>
31+
<Version>8.4.0</Version>
3232
<Authors>Rong Zhou, Qiniu SDK</Authors>
3333
<Company>Shanghai Qiniu Information Technology Co., Ltd.</Company>
3434
<Description>Qiniu Resource (Cloud) Storage SDK for C#</Description>

src/Qiniu/QiniuCSharpSDK.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ public class QiniuCSharpSDK
3737
/// <summary>
3838
/// SDK版本号
3939
/// </summary>
40-
public const string VERSION = "8.3.1";
40+
public const string VERSION = "8.4.0";
4141

4242
}

0 commit comments

Comments
 (0)