From 601e6c0276fad6351e8a7ca9299278d14ab005ea Mon Sep 17 00:00:00 2001 From: Vladimir Panteleev Date: Sun, 8 Nov 2020 08:41:22 +0000 Subject: [PATCH] btdu.common: btdu v0.1.0 --- 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 4a5c828..5e656c9 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.0.1"; +enum btduVersion = "0.1.0"; alias Seed = typeof(Random.defaultSeed);