Skip to content

Commit

Permalink
Merge pull request #1 from mercoa-finance/fix-version
Browse files Browse the repository at this point in the history
fix version number
  • Loading branch information
thesandlord committed May 22, 2024
2 parents f05314e + 2428038 commit cf0d231
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Mercoa.Client/Mercoa.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<NuGetAudit>false</NuGetAudit>
<Version>v0.3.35</Version>
<Version>0.3.35</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageProjectUrl>https://github.com/mercoa-finance/csharp</PackageProjectUrl>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Mercoa.Client/Mercoa.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public Mercoa(string token = null, ClientOptions clientOptions = null)
{ "Authorization", $"Bearer {token}" },
{ "X-Fern-Language", "C#" },
{ "X-Fern-SDK-Name", "mercoa_fern_api_sdk" },
{ "X-Fern-SDK-Version", "v0.3.35" },
{ "X-Fern-SDK-Version", "0.3.35" },
},
clientOptions ?? new ClientOptions()
);
Expand Down

0 comments on commit cf0d231

Please sign in to comment.