Thanks to visit codestin.com
Credit goes to github.com

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

Commit c44bd20

Browse files
committed
Release 3.3.1-alpha.
1 parent e4e28db commit c44bd20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Analytics.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>Analytics</id>
5-
<version>3.3.0-alpha</version>
5+
<version>3.3.1-alpha</version>
66
<title>Analytics</title>
77
<authors>Segment Team</authors>
88
<owners>Segment Team &lt;[email protected]&gt;</owners>

Analytics/Analytics.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace Segment
77
public class Analytics
88
{
99
// REMINDER: don't forget to set Properties.AssemblyInfo.AssemblyVersion as well
10-
public static string VERSION = "3.3.0-alpha";
10+
public static string VERSION = "3.3.1-alpha";
1111

1212
/// <summary>
1313
/// Lock for thread-safety

0 commit comments

Comments
 (0)