From 4d673cbef1c3646c940dfaa5372ddf4141587408 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 13:15:35 -0800 Subject: [PATCH] chore(main): release 0.270.0 (#7900) --- VERSION | 2 +- src/FirestoreClient.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index f805cd6..eee5909 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.47.1 +1.47.2 diff --git a/src/FirestoreClient.php b/src/FirestoreClient.php index f04add0..39db0de 100644 --- a/src/FirestoreClient.php +++ b/src/FirestoreClient.php @@ -75,7 +75,7 @@ class FirestoreClient use SnapshotTrait; use ValidateTrait; - const VERSION = '1.47.1'; + const VERSION = '1.47.2'; const DEFAULT_DATABASE = '(default)';