diff --git a/yuzu-Early-Access-Launcher.cs b/yuzu-Early-Access-Launcher.cs index 88d4f5e..d2faaf5 100644 --- a/yuzu-Early-Access-Launcher.cs +++ b/yuzu-Early-Access-Launcher.cs @@ -12,7 +12,7 @@ static class yuzu_Early_Access_Launcher [STAThread] static void Main() { - String theme = "", version = "2.0.0-Preview-2", UserProfile = Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), path = Path.GetDirectoryName(Application.ExecutablePath); + String theme = "", version = "2.0.0-Preview-3", UserProfile = Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), path = Path.GetDirectoryName(Application.ExecutablePath); Directory.SetCurrentDirectory(path); if (mutex.WaitOne(TimeSpan.Zero, true))