Skip to content

Commit

Permalink
prepare release 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenxi Zeng committed May 14, 2024
1 parent 01b6906 commit 2aa4a7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Analytics-CSharp/Analytics-CSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<Authors>Segment, Inc</Authors>
<Description>The hassle-free way to add analytics to your C# app.</Description>
<Version>2.4.0</Version>
<Version>2.4.1</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/segmentio/Analytics-CSharp</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down
2 changes: 1 addition & 1 deletion Analytics-CSharp/Segment/Analytics/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ namespace Segment.Analytics
{
internal static class Version
{
internal const string SegmentVersion = "2.4.0";
internal const string SegmentVersion = "2.4.1";
}
}

0 comments on commit 2aa4a7b

Please sign in to comment.