Skip to content

Commit

Permalink
bump version -> 1.16.0 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-statsig authored Mar 29, 2023
1 parent da4772a commit dcac13b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dotnet-statsig-tests/Common/StatsigTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class StatsigTest : IAsyncLifetime
{
WireMockServer _server;

private const String ExpectedSdkVersion = "1.15.0.0";
private const String ExpectedSdkVersion = "1.16.0.0";

Task IAsyncLifetime.InitializeAsync()
{
Expand Down
2 changes: 1 addition & 1 deletion dotnet-statsig/dotnet-statsig.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RootNamespace>statsig_dotnet</RootNamespace>
<PackOnBuild>true</PackOnBuild>
<PackageId>Statsig</PackageId>
<Version>1.15.0</Version>
<Version>1.16.0</Version>
<Authors>Statsig Inc.</Authors>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Owners>Statsig Inc.,</Owners>
Expand Down

0 comments on commit dcac13b

Please sign in to comment.