Skip to content

Commit

Permalink
version bump to 15
Browse files Browse the repository at this point in the history
  • Loading branch information
rushsteve1 committed Mar 7, 2022
1 parent 27a20ed commit 0e6d7fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"authors": ["Steven vanZyl <rushsteve1@rushsteve1.us>"],
"copyright": "Copyright © 2021, Steven vanZyl",
"description": "A near drop-in replacement for rm that uses the trash bin",
"version": "14",
"version": "15",
"license": "MIT",
"name": "trash-d",
"homepage": "https://github.com/rushsteve1/trash-d",
Expand Down
4 changes: 2 additions & 2 deletions source/ver.d
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
import std.format : format;

/// trash-d is versioned sequentially starting at 1
const int VER = 14;
const int VER = 15;

/// Ever major release is given a new name
/// Names are based on video game bosses
const string VER_NAME = "Clifford Unger";
const string VER_NAME = "Mithrix";

/// The full version string
const string VER_TEXT = format("trash-d version %s '%s'", VER, VER_NAME);
Expand Down

0 comments on commit 0e6d7fb

Please sign in to comment.