Skip to content

Commit 57f9988

Browse files
committed
Bump version
1 parent e0a26e9 commit 57f9988

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Oculus Downgrader/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ static void Main(string[] args)
4949
// Handle oculus uri scheme
5050
Logger.SetLogFile(AppDomain.CurrentDomain.BaseDirectory + "Log.log");
5151
SetupExceptionHandlers();
52-
DowngradeManager.updater = new Updater("1.11.41", "https://github.com/ComputerElite/Oculus-downgrader", "Oculus Downgrader", Assembly.GetExecutingAssembly().Location);
52+
DowngradeManager.updater = new Updater("1.11.42", "https://github.com/ComputerElite/Oculus-downgrader", "Oculus Downgrader", Assembly.GetExecutingAssembly().Location);
5353
Logger.LogRaw("\n\n");
5454
Logger.Log("Starting Oculus Downgrader version " + DowngradeManager.updater.version);
5555
if (args.Length == 1 && args[0] == "--update")

OculusDB

Submodule OculusDB updated 56 files

0 commit comments

Comments
 (0)