Skip to content

Commit

Permalink
Version increase
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Sep 29, 2023
1 parent 7d3309a commit 85ca4c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!--Development Variables-->
<PropertyGroup>
<GITHUB_RUN_NUMBER Condition="$(GITHUB_RUN_NUMBER) == ''">0</GITHUB_RUN_NUMBER>
<Version>1.0.0.$(GITHUB_RUN_NUMBER)</Version>
<Version>13.0.0.$(GITHUB_RUN_NUMBER)</Version>
<LangVersion>11.0</LangVersion>
<Nullable>enable</Nullable>

Expand Down
2 changes: 1 addition & 1 deletion src/BUTR.CrashReport/CrashReportInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class CrashReportInfo
private static readonly GetNativeMethodBodyDelegate? GetNativeMethodBody =
AccessTools2.GetDelegate<GetNativeMethodBodyDelegate>("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<StacktraceEntry> Stacktrace { get; }
Expand Down

0 comments on commit 85ca4c0

Please sign in to comment.