From 036d5f1fcee14bb2c2ee3cefac672b20677ff248 Mon Sep 17 00:00:00 2001 From: Cenmrev Date: Thu, 20 Jul 2017 23:00:00 -0400 Subject: [PATCH] core updated --- V2RayW/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/V2RayW/Program.cs b/V2RayW/Program.cs index 68f9f66..d501dd0 100644 --- a/V2RayW/Program.cs +++ b/V2RayW/Program.cs @@ -48,7 +48,7 @@ public static int proxyMode } } public static MainForm mainForm; - const string v2rayVersion = "v2.13.2"; + const string v2rayVersion = "v2.33"; static BackgroundWorker v2rayCoreWorker = new BackgroundWorker(); public static AutoResetEvent _resetEvent = new AutoResetEvent(false); public static bool finalAction = false;