Skip to content

Commit a9eee49

Browse files
committed
btdu.common: btdu v0.6.0
1 parent de184ea commit a9eee49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/btdu/common.d

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2020, 2021, 2022, 2023 Vladimir Panteleev <btdu@cy.md>
2+
* Copyright (C) 2020, 2021, 2022, 2023, 2025 Vladimir Panteleev <btdu@cy.md>
33
*
44
* This program is free software; you can redistribute it and/or
55
* modify it under the terms of the GNU General Public
@@ -25,7 +25,7 @@ import std.format : format, formattedWrite;
2525
import std.random : Random;
2626
import std.traits;
2727

28-
enum btduVersion = "0.5.1";
28+
enum btduVersion = "0.6.0";
2929

3030
alias Seed = typeof(Random.defaultSeed);
3131

0 commit comments

Comments
 (0)