Skip to content

Commit 839e2a4

Browse files
committed
Create release 2.3.3.
1 parent 58d792d commit 839e2a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Analytics-CSharp/Analytics-CSharp.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<Authors>Segment, Inc</Authors>
1212
<Description>The hassle-free way to add analytics to your C# app.</Description>
13-
<Version>2.3.2</Version>
13+
<Version>2.3.3</Version>
1414
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1515
<RepositoryUrl>https://github.com/segmentio/Analytics-CSharp</RepositoryUrl>
1616
<RepositoryType>git</RepositoryType>

Analytics-CSharp/Segment/Analytics/Version.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ namespace Segment.Analytics
22
{
33
internal static class Version
44
{
5-
internal const string SegmentVersion = "2.3.2";
5+
internal const string SegmentVersion = "2.3.3";
66
}
77
}

0 commit comments

Comments
 (0)