Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit f0210c8

Browse files
committed
core updated
1 parent 131846b commit f0210c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

V2RayW/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public static int proxyMode
4848
}
4949
}
5050
public static MainForm mainForm;
51-
const string v2rayVersion = "v2.33";
51+
const string v2rayVersion = "v3.23";
5252
static BackgroundWorker v2rayCoreWorker = new BackgroundWorker();
5353
public static AutoResetEvent _resetEvent = new AutoResetEvent(false);
5454
public static bool finalAction = false;

0 commit comments

Comments
 (0)