diff --git a/VERSION b/VERSION index 2844977..0369d0b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.21.1 +1.21.2 diff --git a/src/FirestoreClient.php b/src/FirestoreClient.php index 7248a31..1868d0d 100644 --- a/src/FirestoreClient.php +++ b/src/FirestoreClient.php @@ -75,7 +75,7 @@ class FirestoreClient use SnapshotTrait; use ValidateTrait; - const VERSION = '1.21.1'; + const VERSION = '1.21.2'; const DEFAULT_DATABASE = '(default)';