From 8972b005d68e235de33793e65253e476f35a5d31 Mon Sep 17 00:00:00 2001 From: Michel Perez Date: Fri, 16 Feb 2024 16:09:39 -0500 Subject: [PATCH] updating version for the library --- lib/openapi_client/version.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/openapi_client/version.rb b/lib/openapi_client/version.rb index e2bce6a..5ec1327 100755 --- a/lib/openapi_client/version.rb +++ b/lib/openapi_client/version.rb @@ -1,7 +1,7 @@ =begin #Lob -#The Lob API is organized around REST. Our API is designed to have predictable, resource-oriented URLs and uses HTTP response codes to indicate any API errors.

Looking for our [previous documentation](https://lob.github.io/legacy-docs/)? +#The Lob API is organized around REST. Our API is designed to have predictable, resource-oriented URLs and uses HTTP response codes to indicate any API errors.

Looking for our [previous documentation](https://lob.github.io/legacy-docs/)? The version of the OpenAPI document: 1.3.0 Contact: lob-openapi@lob.com @@ -11,5 +11,5 @@ =end module Lob - VERSION = '6.0.4' + VERSION = '6.0.6' end