Skip to content

Commit

Permalink
v81.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hxhb committed Jun 4, 2023
1 parent 2fb6957 commit cafe6e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HotPatcher/Source/HotPatcherCore/HotPatcherCore.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ public HotPatcherCore(ReadOnlyTargetRules Target) : base(Target)
PublicDefinitions.AddRange(new string[]
{
"TOOL_NAME=\"HotPatcher\"",
"CURRENT_VERSION_ID=80",
"CURRENT_PATCH_ID=1",
"CURRENT_VERSION_ID=81",
"CURRENT_PATCH_ID=0",
"REMOTE_VERSION_FILE=\"https://imzlp.com/opensource/version.json\""
});
}
Expand Down

0 comments on commit cafe6e4

Please sign in to comment.