Skip to content

Commit 6439e65

Browse files
authored
Upgrade to Firestore Emulator 1.6.1 (#3334)
This just brings us up-to-date without any functional changes as far as the SDK is concerned.
1 parent 072047c commit 6439e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_firestore_emulator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
set -euo pipefail
2222

23-
VERSION='1.5.0'
23+
VERSION='1.6.1'
2424
FILENAME="cloud-firestore-emulator-v${VERSION}.jar"
2525
URL="https://storage.googleapis.com/firebase-preview-drop/emulator/${FILENAME}"
2626

0 commit comments

Comments
 (0)