From 41e25a3e8b592ef36c33497980d65090bfa5d0d1 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 20:27:24 +0000 Subject: [PATCH] chore(main): release 0.233.0 (#6982) --- VERSION | 2 +- src/TraceClient.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 27f9cd3..a8fdfda 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.8.0 +1.8.1 diff --git a/src/TraceClient.php b/src/TraceClient.php index 33b49f5..7e33e7f 100644 --- a/src/TraceClient.php +++ b/src/TraceClient.php @@ -40,7 +40,7 @@ class TraceClient { use ClientTrait; - const VERSION = '1.8.0'; + const VERSION = '1.8.1'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform';