Skip to content

Commit

Permalink
1.0.49 → 1.0.50. Changes: a5981b4 fix: handle non-serializable fields (
Browse files Browse the repository at this point in the history
  • Loading branch information
CircleCI committed Sep 8, 2024
1 parent a5981b4 commit 0a03091
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.49
current_version = 1.0.50
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion src/Lumigo.DotNET.Utilities/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public string GetLumigoToken()

public string GetLumigoTracerVersion()
{
return "1.0.49"; // Being updated from .bumpversion.cfg
return "1.0.50"; // Being updated from .bumpversion.cfg
}

public bool DebugMode
Expand Down
2 changes: 1 addition & 1 deletion src/Lumigo.DotNET/Lumigo.DotNET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.0.49</Version>
<Version>1.0.50</Version>
<PackageProjectUrl>https://github.com/lumigo-io/lumigo-dotnet-tracer</PackageProjectUrl>
<PackageLicenseFile>LICENCE</PackageLicenseFile>
</PropertyGroup>
Expand Down

0 comments on commit 0a03091

Please sign in to comment.