Skip to content

Commit

Permalink
chore: rebuild project due to codegen change (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Oct 25, 2024
1 parent 93993b7 commit 54132cf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ private constructor(
headers.put("X-Stainless-OS", getOsName())
headers.put("X-Stainless-OS-Version", getOsVersion())
headers.put("X-Stainless-Package-Version", getPackageVersion())
headers.put("X-Stainless-Runtime", "JRE")
headers.put("X-Stainless-Runtime-Version", getJavaVersion())
if (!apiKey.isNullOrEmpty()) {
queryParams.put("key", apiKey)
Expand Down

0 comments on commit 54132cf

Please sign in to comment.