-
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
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 |
---|---|---|
|
@@ -12,8 +12,8 @@ import dentist.common : testingOnly; | |
import std.string : wrap; | ||
|
||
enum executableName = "dentist"; | ||
enum gitVersion = "v1.0.1"; | ||
enum gitCommit = "e7fa549099b8dd38f03de9d90411624a4301675b"; | ||
enum gitVersion = "v1.0.1-30-gfe489f1-dirty"; | ||
enum gitCommit = "fe489f11425a70ab50d15dba80929d10e7c1b54c+dirty"; | ||
enum version_ = gitVersion ~ testingOnly!"+testing"; | ||
enum description = "Close assembly gaps using long-reads with focus on correctness.".wrap; | ||
enum copyright = "Copyright © 2018, Arne Ludwig <[email protected]>".wrap; | ||
|