Skip to content

Commit

Permalink
1.17.2 (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick authored Mar 27, 2023
1 parent 71ed374 commit e3e1bdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/WorkOS.net/Client/WorkOSClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public WorkOSClient(WorkOSOptions options)
/// <summary>
/// Describes the .NET SDK version.
/// </summary>
public static string SdkVersion => "1.17.1";
public static string SdkVersion => "1.17.2";

/// <summary>
/// Default timeout for HTTP requests.
Expand Down
4 changes: 2 additions & 2 deletions src/WorkOS.net/WorkOS.net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<SignAssembly>True</SignAssembly>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<VersionPrefix>1.17.1</VersionPrefix>
<Version>1.17.1</Version>
<VersionPrefix>1.17.2</VersionPrefix>
<Version>1.17.2</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit e3e1bdd

Please sign in to comment.