Skip to content

Commit 856052f

Browse files
authored
release 2.5.2 (#134)
1 parent c90fa91 commit 856052f

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

0 commit comments

Comments
 (0)