Skip to content

Commit

Permalink
Bump minor version to 1.17.0 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
blairlunceford authored Mar 7, 2023
1 parent 2f1dbd2 commit 78c83e6
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.16.0";
public static string SdkVersion => "1.17.0";

/// <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.16.0</VersionPrefix>
<Version>1.16.0</Version>
<VersionPrefix>1.17.0</VersionPrefix>
<Version>1.17.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 78c83e6

Please sign in to comment.