Skip to content

Commit

Permalink
btdu.common: btdu v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberShadow committed Jan 2, 2023
1 parent 348d4c4 commit 629e991
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 Vladimir Panteleev <[email protected]>
* Copyright (C) 2020, 2021, 2022, 2023 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 @@ -22,7 +22,7 @@ module btdu.common;
import std.format : format;
import std.random : Random;

enum btduVersion = "0.4.1";
enum btduVersion = "0.5.0";

alias Seed = typeof(Random.defaultSeed);

Expand Down

0 comments on commit 629e991

Please sign in to comment.