We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe489f1 commit 3f59488Copy full SHA for 3f59488
1 file changed
source/dentist/swinfo.d
@@ -12,8 +12,8 @@ import dentist.common : testingOnly;
12
import std.string : wrap;
13
14
enum executableName = "dentist";
15
-enum gitVersion = "v1.0.1";
16
-enum gitCommit = "e7fa549099b8dd38f03de9d90411624a4301675b";
+enum gitVersion = "v1.0.1-30-gfe489f1-dirty";
+enum gitCommit = "fe489f11425a70ab50d15dba80929d10e7c1b54c+dirty";
17
enum version_ = gitVersion ~ testingOnly!"+testing";
18
enum description = "Close assembly gaps using long-reads with focus on correctness.".wrap;
19
enum copyright = "Copyright © 2018, Arne Ludwig <arne.ludwig@posteo.de>".wrap;
0 commit comments