Skip to content
This repository was archived by the owner on Mar 1, 2022. It is now read-only.

Commit 2a49d19

Browse files
committed
bump latest known DCD to 0.13.5
1 parent c784bbd commit 2a49d19

File tree

1 file changed

+1
-1
lines changed
  • source/workspaced/com

1 file changed

+1
-1
lines changed

source/workspaced/com/dcd.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class DCDComponent : ComponentWrapper
2929
{
3030
mixin DefaultComponentWrapper;
3131

32-
enum latestKnownVersion = [0, 13, 4];
32+
enum latestKnownVersion = [0, 13, 5];
3333
void load()
3434
{
3535
installedVersion = workspaced.globalConfiguration.get("dcd", "_installedVersion", "");

0 commit comments

Comments
 (0)