Skip to content

Commit d2f2b83

Browse files
committed
update diff patching part
1 parent d79e7b9 commit d2f2b83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DiffCreator/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
using ComputerUtils.Updating;
77

88
Logger.displayLogInConsole = true;
9-
Updater updater = new Updater("0.1.0", "https://github.com/ComputerElite/QuestAppVersionSwitcher", "QAVS diff creator", Assembly.GetExecutingAssembly().Location);
9+
Updater updater = new Updater("1.15.20", "https://github.com/ComputerElite/QuestAppVersionSwitcher", "QAVS diff creator", Assembly.GetExecutingAssembly().Location);
1010
if (args.Length == 1 && args[0] == "--update")
1111
{
1212
Logger.Log("Starting in update mode");

0 commit comments

Comments
 (0)