Skip to content

Commit

Permalink
btdu.common: btdu v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberShadow committed Nov 8, 2020
1 parent b6df9ad commit 601e6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/btdu/common.d
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ module btdu.common;
import std.format;
import std.random : Random;

enum btduVersion = "0.0.1";
enum btduVersion = "0.1.0";

alias Seed = typeof(Random.defaultSeed);

0 comments on commit 601e6c0

Please sign in to comment.