Skip to content

Commit

Permalink
Update SDK version to 3.3.1-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Heihokon committed Mar 7, 2024
1 parent bce7c6e commit c7c02d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Flagship/Enums/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ internal static class Constants

public const string SEND_CONTEXT_EVENT = "sendContextEvent";

public const string SDK_VERSION = "3.3.0";
public const string SDK_VERSION = "3.3.1-alpha.0";

public const string FLAGSHIP_SDK = "Flagship SDK";

Expand Down
2 changes: 1 addition & 1 deletion Flagship/Flagship.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<SDKVersion>3.3.0</SDKVersion>
<SDKVersion>3.3.1-alpha.0</SDKVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit c7c02d2

Please sign in to comment.