From f2fbaca83a7c02990252d053849e674f4f3a2bbd Mon Sep 17 00:00:00 2001 From: Juan Friss de Kereki Date: Fri, 22 Sep 2023 19:44:43 +0200 Subject: [PATCH] bumps up version in lob api public --- lob-api-public.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lob-api-public.yml b/lob-api-public.yml index e73b1cf4..ad777e61 100644 --- a/lob-api-public.yml +++ b/lob-api-public.yml @@ -2,7 +2,7 @@ openapi: 3.0.3 info: title: Lob - version: "1.19.17" + version: "1.19.18" description: > 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.