diff --git a/VERSION b/VERSION index 8076af5..a12760e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.15.1 \ No newline at end of file +0.15.2 \ No newline at end of file diff --git a/src/FirestoreClient.php b/src/FirestoreClient.php index 8330503..709f873 100644 --- a/src/FirestoreClient.php +++ b/src/FirestoreClient.php @@ -55,7 +55,7 @@ class FirestoreClient use SnapshotTrait; use ValidateTrait; - const VERSION = '0.15.1'; + const VERSION = '0.15.2'; const DEFAULT_DATABASE = '(default)';