We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58d792d commit 839e2a4Copy full SHA for 839e2a4
Analytics-CSharp/Analytics-CSharp.csproj
@@ -10,7 +10,7 @@
10
11
<Authors>Segment, Inc</Authors>
12
<Description>The hassle-free way to add analytics to your C# app.</Description>
13
- <Version>2.3.2</Version>
+ <Version>2.3.3</Version>
14
<PackageLicenseExpression>MIT</PackageLicenseExpression>
15
<RepositoryUrl>https://github.com/segmentio/Analytics-CSharp</RepositoryUrl>
16
<RepositoryType>git</RepositoryType>
Analytics-CSharp/Segment/Analytics/Version.cs
@@ -2,6 +2,6 @@ namespace Segment.Analytics
2
{
3
internal static class Version
4
5
- internal const string SegmentVersion = "2.3.2";
+ internal const string SegmentVersion = "2.3.3";
6
}
7
0 commit comments