diff --git a/source/btdu/common.d b/source/btdu/common.d index 5f66a00..d6d4b4f 100644 --- a/source/btdu/common.d +++ b/source/btdu/common.d @@ -22,6 +22,6 @@ module btdu.common; import std.format; import std.random : Random; -enum btduVersion = "0.2.0"; +enum btduVersion = "0.2.1"; alias Seed = typeof(Random.defaultSeed);