Skip to content

Commit

Permalink
btdu.common: btdu v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberShadow committed Jan 1, 2025
1 parent de184ea commit a9eee49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/btdu/common.d
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020, 2021, 2022, 2023 Vladimir Panteleev <[email protected]>
* Copyright (C) 2020, 2021, 2022, 2023, 2025 Vladimir Panteleev <[email protected]>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
Expand All @@ -25,7 +25,7 @@ import std.format : format, formattedWrite;
import std.random : Random;
import std.traits;

enum btduVersion = "0.5.1";
enum btduVersion = "0.6.0";

alias Seed = typeof(Random.defaultSeed);

Expand Down

0 comments on commit a9eee49

Please sign in to comment.