Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
a-ludi committed Jun 21, 2021
1 parent 5785bb3 commit e7659a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/dentist/swinfo.d
Expand Up @@ -12,8 +12,8 @@ import dentist.common : testingOnly;
import std.string : wrap;

enum executableName = "dentist";
enum gitVersion = "v1.0.1-30-gfe489f1-dirty";
enum gitCommit = "fe489f11425a70ab50d15dba80929d10e7c1b54c+dirty";
enum gitVersion = "v2.0.0";
enum gitCommit = "5785bb3913734394cc1cd1233713ac7361def180";
enum version_ = gitVersion ~ testingOnly!"+testing";
enum description = "Close assembly gaps using long-reads with focus on correctness.".wrap;
enum copyright = "Copyright © 2018, Arne Ludwig <arne.ludwig@posteo.de>".wrap;
Expand Down

0 comments on commit e7659a9

Please sign in to comment.