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.
1 parent cba025d commit 59310d7Copy full SHA for 59310d7
src/_bundled_versions.ts
@@ -3,7 +3,7 @@ export const nightlyReleaseId = 20717582;
3
4
/// Gets the URL for the binary tarball containing DCD, which is preloaded alongside serve-d to ensure DCD is installed
5
export function getBundledDCDUrl(): string | undefined {
6
- const latest = "0.15.2";
+ const latest = "0.16.0";
7
8
if (process.platform === "linux" && process.arch === "x64") {
9
return `https://github.com/dlang-community/DCD/releases/download/v${latest}/dcd-v${latest}-linux-x86_64.tar.gz`;
0 commit comments