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

Commit

Permalink
update DCD latest known version
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 committed Apr 10, 2021
1 parent a1c3a3c commit 66a5b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/workspaced/com/dcd.d
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class DCDComponent : ComponentWrapper
{
mixin DefaultComponentWrapper;

enum latestKnownVersion = [0, 13, 1];
enum latestKnownVersion = [0, 13, 2];
void load()
{
installedVersion = workspaced.globalConfiguration.get("dcd", "_installedVersion", "");
Expand Down

0 comments on commit 66a5b35

Please sign in to comment.