Skip to content

Commit 4d0f6ff

Browse files
committed
Bump some more
Signed-off-by: Søren Andersen <[email protected]>
1 parent b294c43 commit 4d0f6ff

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
238 KB
Binary file not shown.
265 KB
Binary file not shown.

vs-code-extension/client/src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { getContentFromFilesystem, MarkdownTestData, TestCase, testData, TestFil
2020
let externalVsCodeInstallationDir = vscode.extensions.getExtension("openmainframeproject.cobol-check-extension").extensionPath;
2121
let configPath = appendPath(externalVsCodeInstallationDir, 'Cobol-check/config.properties');
2222
let defaultConfigPath = appendPath(externalVsCodeInstallationDir, 'Cobol-check/default.properties');
23-
let cobolCheckJarPath = appendPath(externalVsCodeInstallationDir, 'Cobol-check/bin/cobol-check-0.2.16.jar');
23+
let cobolCheckJarPath = appendPath(externalVsCodeInstallationDir, 'Cobol-check/bin/cobol-check-0.2.17.jar');
2424
let currentPlatform = getOS();
2525

2626

vs-code-extension/client/src/services/TestTree.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { handleCobolCheckOut } from '../Helpers/ExtensionHelper';
1010
const textDecoder = new TextDecoder('utf-8');
1111
let externalVsCodeInstallationDir = vscode.extensions.getExtension("openmainframeproject.cobol-check-extension").extensionPath;
1212
let configPath = appendPath(externalVsCodeInstallationDir, 'Cobol-check/config.properties');
13-
let cobolCheckJarPath = appendPath(externalVsCodeInstallationDir, 'Cobol-check/bin/cobol-check-0.2.16.jar');
13+
let cobolCheckJarPath = appendPath(externalVsCodeInstallationDir, 'Cobol-check/bin/cobol-check-0.2.17.jar');
1414

1515

1616

0 commit comments

Comments
 (0)