We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9313b6 + bd7b496 commit 2e587f5Copy full SHA for 2e587f5
src/service/sandbox-client-manager.ts
@@ -11,7 +11,7 @@ const shell = require('shelljs');
11
const fsExtra = require('fs-extra');
12
const download = require('download');
13
14
-const CONNECTOR_VERSION = '1.1.9';
+const CONNECTOR_VERSION = '1.2.0';
15
const DOWNLOAD_PATH: string = `https://github.com/akamai/sandbox-client/releases/download/${CONNECTOR_VERSION}/`;
16
const DOWNLOAD_FILE: string = `sandbox-client-${CONNECTOR_VERSION}-RELEASE-default.zip`;
17
const DOWNLOAD_URL = DOWNLOAD_PATH + DOWNLOAD_FILE;
0 commit comments