Skip to content

Commit

Permalink
Update Cpp2IL.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
HerpDerpinstine committed Sep 1, 2024
1 parent ac90714 commit feeb742
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 @@ -23,7 +23,7 @@ internal Cpp2IL()
Version = RemoteAPI.Info.ForceDumperVersion;
#endif
if (string.IsNullOrEmpty(Version) || Version.Equals("0.0.0.0"))
Version = $"2022.1.0-pre-release.17";
Version = $"2022.1.0-pre-release.18";
VersionSem = SemVersion.Parse(Version);

Name = nameof(Cpp2IL);
Expand Down

0 comments on commit feeb742

Please sign in to comment.