Skip to content

Commit 5cbc4ea

Browse files
ComputerEliteComputerElite
authored andcommitted
bump version (ComputerUtils updater)
1 parent 288290c commit 5cbc4ea

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
@@ -43,7 +43,7 @@ static void Main(string[] args)
4343
{
4444
Logger.SetLogFile(AppDomain.CurrentDomain.BaseDirectory + "Log.log");
4545
SetupExceptionHandlers();
46-
DowngradeManager.updater = new Updater("1.11.10", "https://github.com/ComputerElite/Oculus-downgrader", "Oculus downgrader", Assembly.GetExecutingAssembly().Location);
46+
DowngradeManager.updater = new Updater("1.11.11", "https://github.com/ComputerElite/Oculus-downgrader", "Oculus downgrader", Assembly.GetExecutingAssembly().Location);
4747
Logger.LogRaw("\n\n");
4848
Logger.Log("Starting Oculus downgrader version " + DowngradeManager.updater.version);
4949
if (args.Length == 1 && args[0] == "--update")

0 commit comments

Comments
 (0)