From 363aa749a24fc2f1d6adee6ab39a251031b513a4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 11:55:45 +0000 Subject: [PATCH] version bump --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45433df..7c315ad 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This is the official Go client library for the [Seats.io V2 REST API](https://do ``` require ( - github.com/seatsio/seatsio-go/v8 v8.1.0 + github.com/seatsio/seatsio-go/v8 v8.2.0 ) ```