From 85ca4c0cd888117c8e1b15c3cf07b6b85ddb59bc Mon Sep 17 00:00:00 2001 From: Vitalii Mikhailov Date: Fri, 29 Sep 2023 16:56:30 +0300 Subject: [PATCH] Version increase --- build/common.props | 2 +- src/BUTR.CrashReport/CrashReportInfo.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }