Skip to content

Commit 3c35b09

Browse files
committed
prepare release 2.3.4
1 parent e92ab7c commit 3c35b09

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.3</Version>
13+
<Version>2.3.4</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.3";
5+
internal const string SegmentVersion = "2.3.4";
66
}
77
}

0 commit comments

Comments
 (0)