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

Commit

Permalink
core updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Cenmrev committed Jul 21, 2017
1 parent 25b4b45 commit 036d5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion V2RayW/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 036d5f1

Please sign in to comment.