Skip to content

Commit

Permalink
bump cpp2il version
Browse files Browse the repository at this point in the history
  • Loading branch information
ToniMacaroni committed Jan 2, 2025
1 parent c92f55b commit af3cdf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dependencies/Il2CppAssemblyGenerator/Packages/Cpp2IL.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ internal Cpp2IL()
// Version = RemoteAPI.Info.ForceDumperVersion;
// #endif
if (string.IsNullOrEmpty(Version) || Version.Equals("0.0.0.0"))
Version = "2022.1.0-pre-release.14";
Version = "2022.1.0-pre-release.18";

Name = nameof(Cpp2IL);
Destination = Path.Combine(Core.BasePath, Name);
Expand Down

0 comments on commit af3cdf4

Please sign in to comment.