Skip to content

Commit 3cd1171

Browse files
ComputerEliteComputerElite
authored andcommitted
yep, fixed
1 parent a9401b3 commit 3cd1171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ static void Main(string[] args)
4141
{
4242
Logger.SetLogFile(AppDomain.CurrentDomain.BaseDirectory + "Log.log");
4343
SetupExceptionHandlers();
44-
DowngradeManager.updater = new Updater("1.11.3", "https://github.com/ComputerElite/Oculus-downgrader", "Oculus downgrader", Assembly.GetExecutingAssembly().Location);
44+
DowngradeManager.updater = new Updater("1.11.4", "https://github.com/ComputerElite/Oculus-downgrader", "Oculus downgrader", Assembly.GetExecutingAssembly().Location);
4545
Logger.LogRaw("\n\n");
4646
Logger.Log("Starting Oculus downgrader version " + DowngradeManager.updater.version);
4747
if (args.Length == 1 && args[0] == "--update")

0 commit comments

Comments
 (0)