diff --git a/build/common.props b/build/common.props index ea39690..645d82a 100644 --- a/build/common.props +++ b/build/common.props @@ -4,7 +4,7 @@ 0 - 1.0.0.$(GITHUB_RUN_NUMBER) + 13.0.0.$(GITHUB_RUN_NUMBER) 11.0 enable diff --git a/src/BUTR.CrashReport/CrashReportInfo.cs b/src/BUTR.CrashReport/CrashReportInfo.cs index 9e7a546..a209a92 100644 --- a/src/BUTR.CrashReport/CrashReportInfo.cs +++ b/src/BUTR.CrashReport/CrashReportInfo.cs @@ -58,7 +58,7 @@ public class CrashReportInfo private static readonly GetNativeMethodBodyDelegate? GetNativeMethodBody = AccessTools2.GetDelegate("MonoMod.Core.Platforms.PlatformTriple:GetNativeMethodBody"); - public readonly byte Version = 12; + public readonly byte Version = 13; public Guid Id { get; } = Guid.NewGuid(); public Exception Exception { get; } public ICollection Stacktrace { get; }