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

Commit

Permalink
bump latest known DCD to 0.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 committed Jul 14, 2021
1 parent c784bbd commit 2a49d19
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, 4];
enum latestKnownVersion = [0, 13, 5];
void load()
{
installedVersion = workspaced.globalConfiguration.get("dcd", "_installedVersion", "");
Expand Down

0 comments on commit 2a49d19

Please sign in to comment.