diff --git a/Descope/DescopeClient.cs b/Descope/DescopeClient.cs index e5bdd37..8015a1d 100644 --- a/Descope/DescopeClient.cs +++ b/Descope/DescopeClient.cs @@ -21,6 +21,6 @@ public DescopeClient(DescopeConfig descopeConfig) public static class SdkInfo { public static string Name { get; } = "dotnet"; - public static string Version { get; } = "0.3.0"; + public static string Version { get; } = "0.3.1"; } }