Skip to content

Commit

Permalink
update emulator min version
Browse files Browse the repository at this point in the history
  • Loading branch information
cindy-peng committed Jan 6, 2025
1 parent a0f1c50 commit 274557d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class LocalDatastoreHelper extends BaseEmulatorHelper<DatastoreOptions> {
private static final String GCLOUD_CMD_TEXT = "gcloud beta emulators datastore start";
private static final String GCLOUD_CMD_PORT_FLAG = "--host-port=";
private static final String VERSION_PREFIX = "cloud-datastore-emulator ";
private static final String MIN_VERSION = "2.0.2";
private static final String MIN_VERSION = "2.3.1";

// Downloadable emulator settings
private static final String BIN_NAME = "cloud-datastore-emulator/cloud_datastore_emulator";
Expand Down

0 comments on commit 274557d

Please sign in to comment.