Skip to content

Commit

Permalink
Bump version to 0.3.1 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
itaihanski authored Nov 10, 2024
1 parent 2f863ac commit 0d82818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Descope/DescopeClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
}

0 comments on commit 0d82818

Please sign in to comment.