From 1dd92cf0ef0b8335712ca64001abe985f8b085df Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 18:48:09 -0400 Subject: [PATCH] chore(main): release 0.256.0 (#7609) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- VERSION | 2 +- src/FirestoreClient.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 50aceaa..df7da09 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.45.0 +1.45.1 diff --git a/src/FirestoreClient.php b/src/FirestoreClient.php index 40df0b6..22f4acb 100644 --- a/src/FirestoreClient.php +++ b/src/FirestoreClient.php @@ -75,7 +75,7 @@ class FirestoreClient use SnapshotTrait; use ValidateTrait; - const VERSION = '1.45.0'; + const VERSION = '1.45.1'; const DEFAULT_DATABASE = '(default)';