From a0adf1bf9025df3b290f07012c09d71c4ca9b374 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 14:09:11 +0000 Subject: [PATCH] release: 0.56.1 --- .release-please-manifest.json | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 87d3d84..4f7a0ee 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.56.0" + ".": "0.56.1" } \ No newline at end of file diff --git a/README.md b/README.md index f763e5c..9c39b11 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Or to pin the version: ```sh -go get -u 'github.com/lithic-com/lithic-go@v0.56.0' +go get -u 'github.com/lithic-com/lithic-go@v0.56.1' ```