Skip to content

Commit 19a9bbc

Browse files
committed
update version to 2.2.1
1 parent fda80ff commit 19a9bbc

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.3.0";
62+
private static final String MIN_VERSION = "2.2.1";
6363

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

0 commit comments

Comments
 (0)