From 27c3346f413a9f7055615c59af56f8f7eeac3ea5 Mon Sep 17 00:00:00 2001 From: Kevin J Gao <32936811+gaokevin1@users.noreply.github.com> Date: Sun, 10 Nov 2024 12:10:06 -0800 Subject: [PATCH] Updated version (#40) --- Descope/DescopeClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Descope/DescopeClient.cs b/Descope/DescopeClient.cs index 8015a1d..1fbc7e5 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.1"; + public static string Version { get; } = "0.3.2"; } }