Skip to content

Commit 59310d7

Browse files
committed
upgrade to DCD 0.16.0
1 parent cba025d commit 59310d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_bundled_versions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export const nightlyReleaseId = 20717582;
33

44
/// Gets the URL for the binary tarball containing DCD, which is preloaded alongside serve-d to ensure DCD is installed
55
export function getBundledDCDUrl(): string | undefined {
6-
const latest = "0.15.2";
6+
const latest = "0.16.0";
77

88
if (process.platform === "linux" && process.arch === "x64") {
99
return `https://github.com/dlang-community/DCD/releases/download/v${latest}/dcd-v${latest}-linux-x86_64.tar.gz`;

0 commit comments

Comments
 (0)