Skip to content

Commit 274557d

Browse files
committed
update emulator min version
1 parent a0f1c50 commit 274557d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-cloud-datastore/src/main/java/com/google/cloud/datastore/testing/LocalDatastoreHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public class LocalDatastoreHelper extends BaseEmulatorHelper<DatastoreOptions> {
5959
private static final String GCLOUD_CMD_TEXT = "gcloud beta emulators datastore start";
6060
private static final String GCLOUD_CMD_PORT_FLAG = "--host-port=";
6161
private static final String VERSION_PREFIX = "cloud-datastore-emulator ";
62-
private static final String MIN_VERSION = "2.0.2";
62+
private static final String MIN_VERSION = "2.3.1";
6363

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

0 commit comments

Comments
 (0)