Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-r-g committed Feb 3, 2024
1 parent 60f8f56 commit 1780591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tracing.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static class Tracing
/// <summary>
/// The current version of the Performance Tracing library.
/// </summary>
public const string Version = "1.0.0";
public const string Version = "2.0.0";

internal static TracingOptions? Options { get; private set; }
internal static long StartTimeTicks { get; private set; }
Expand Down

0 comments on commit 1780591

Please sign in to comment.