Updated to v15

This commit is contained in:
Luke Hagar
2024-03-18 14:25:40 -07:00
parent 7e4806615a
commit 2e2716d4da
7 changed files with 50 additions and 45 deletions

View File

@@ -40,9 +40,9 @@ module OpenApiSDK
@security = security
@language = 'ruby'
@openapi_doc_version = '0.0.3'
@sdk_version = '0.0.1'
@gen_version = '2.275.4'
@user_agent = 'speakeasy-sdk/ruby 0.0.1 2.275.4 0.0.3 plexruby'
@sdk_version = '0.0.2'
@gen_version = '2.281.2'
@user_agent = 'speakeasy-sdk/ruby 0.0.2 2.281.2 0.0.3 plexruby'
end
sig { returns([String, T::Hash[Symbol, String]]) }