-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
db5a207
commit 2f763f4
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright (C) 2020, 2021 Vladimir Panteleev <[email protected]> | ||
* Copyright (C) 2020, 2021, 2022 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 | ||
|
@@ -22,7 +22,7 @@ module btdu.common; | |
import std.format : format; | ||
import std.random : Random; | ||
|
||
enum btduVersion = "0.3.0"; | ||
enum btduVersion = "0.3.1"; | ||
|
||
alias Seed = typeof(Random.defaultSeed); | ||
|
||
|