Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
a-ludi committed Apr 26, 2021
1 parent fe489f1 commit 3f59488
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/dentist/swinfo.d
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3f59488

Please sign in to comment.