Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit 75cc07c

Browse files
committed
Release 3.8.1
1 parent 2e08f69 commit 75cc07c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Analytics/Analytics.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ namespace Segment
33
public class Analytics
44
{
55
// REMINDER: don't forget to set Properties.AssemblyInfo.AssemblyVersion as well
6-
public static string VERSION = "3.7.1";
6+
public static string VERSION = "3.8.1";
77

88
/// <summary>
99
/// Lock for thread-safety

Analytics/Analytics.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<RootNamespace>Segment</RootNamespace>
66
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
77
<PackageId>Analytics</PackageId>
8-
<Version>3.8.0</Version>
8+
<Version>3.8.1</Version>
99
<Authors>Segment Team</Authors>
1010
<Company />
1111
<Product>Analytics.NET</Product>

0 commit comments

Comments
 (0)