Skip to content

Commit a4815ac

Browse files
Update OmniSharp to version v1.9-beta11
1 parent 9be9001 commit a4815ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/omnisharpDownload.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const decompress = require('decompress');
1818

1919
const BaseDownloadUrl = 'https://omnisharpdownload.blob.core.windows.net/ext';
2020
const DefaultInstallLocation = path.join(__dirname, '../.omnisharp');
21-
export const OmniSharpVersion = '1.9-beta10';
21+
export const OmniSharpVersion = '1.9-beta11';
2222

2323
tmp.setGracefulCleanup();
2424

0 commit comments

Comments
 (0)