From 9bbab62ba129d07c00b5e9e6cb00b6181b259831 Mon Sep 17 00:00:00 2001 From: Vladimir Panteleev Date: Fri, 13 Nov 2020 01:44:03 +0000 Subject: [PATCH] btdu.common: btdu v0.2.1 --- source/btdu/common.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);