Skip to content

Commit

Permalink
Corrected SDK version in SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtursKadikis committed Nov 30, 2021
1 parent 0af3a1f commit 063e18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Plugins/CountlySDK/Helpers/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace Plugins.CountlySDK.Helpers
{
internal class Constants
{
public const string SdkVersion = "21.10.0";
public const string SdkVersion = "21.11.0";

#if UNITY_EDITOR
public const string SdkName = "csharp-unity-editor";
Expand Down

0 comments on commit 063e18d

Please sign in to comment.