Skip to content
This repository was archived by the owner on Jun 25, 2025. It is now read-only.

Commit 3f134f8

Browse files
committed
Bump version number to 5.0.1.2
1 parent 0c28409 commit 3f134f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shadowsocks-csharp/Controller/UpdateChecker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class UpdateChecker
2121

2222
public const string Name = @"ShadowsocksR";
2323
public const string Copyright = @"Copyright © HMBSbige 2019 & BreakWa11 2017. Fork from Shadowsocks by clowwindy";
24-
public const string Version = @"5.0.1.0";
24+
public const string Version = @"5.0.1.2";
2525

2626
public const string FullVersion = Version +
2727
#if IsDotNetCore

0 commit comments

Comments
 (0)