From 3f2cbd6ea3a2201f83eda220117d80d404e4d76d Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 21:24:06 +0000 Subject: [PATCH] chore(main): release 0.273.0 (#8031) --- VERSION | 2 +- src/FirestoreClient.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 6bd2810..9db5ea1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.47.3 +1.48.0 diff --git a/src/FirestoreClient.php b/src/FirestoreClient.php index 0cc4b56..d5a76fb 100644 --- a/src/FirestoreClient.php +++ b/src/FirestoreClient.php @@ -75,7 +75,7 @@ class FirestoreClient use SnapshotTrait; use ValidateTrait; - const VERSION = '1.47.3'; + const VERSION = '1.48.0'; const DEFAULT_DATABASE = '(default)';