Skip to content

Commit 73803ad

Browse files
authored
Merge pull request actions#48 from akamai/versionBumpDevelop
bump connector version
2 parents 3f57d25 + 1c28a6c commit 73803ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/service/sandbox-client-manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const shell = require('shelljs');
1111
const fsExtra = require('fs-extra');
1212
const download = require('download');
1313

14-
const CONNECTOR_VERSION = '1.1.9';
14+
const CONNECTOR_VERSION = '1.2.0';
1515
const DOWNLOAD_PATH: string = `https://github.com/akamai/sandbox-client/releases/download/${CONNECTOR_VERSION}/`;
1616
const DOWNLOAD_FILE: string = `sandbox-client-${CONNECTOR_VERSION}-RELEASE-default.zip`;
1717
const DOWNLOAD_URL = DOWNLOAD_PATH + DOWNLOAD_FILE;

0 commit comments

Comments
 (0)